Skip to content

Commit dc1dad6

Browse files
committed
updated meeting location for Spring 2025
1 parent eb2a6f3 commit dc1dad6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/assets/images/bowman.jpg

228 KB
Loading

src/details.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const discord = "https://discord.gg/rJDdvnt";
22

3-
import MSBImage from "@/assets/images/msb.jpg";
3+
import bowmanImage from "@/assets/images/bowman.jpg";
44
import githubImage from "@/assets/images/github-white.svg";
55

66
export const landing = {
@@ -26,10 +26,10 @@ export const meetings = {
2626
virtual: `Due to COVID-19, all meetings are being held virtually through
2727
<a class="link" href="${discord}">discord</a>.`,
2828
building: {
29-
name: "Mathematical Sciences Building (MSB)",
30-
room: "Room 228",
31-
image: MSBImage,
32-
url: 'https://map.concept3d.com/?id=568#!m/57924?s/',
29+
name: "Bowman",
30+
room: "Room 219",
31+
image: bowmanImage,
32+
url: 'https://map.concept3d.com/?id=568#!ct/74937,78237,78239?m/57856?s/bowman',
3333
},
3434

3535
},

0 commit comments

Comments
 (0)