Skip to content

Commit cce2533

Browse files
committed
updated for Fall 205
1 parent b146c01 commit cce2533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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 bowmanImage from "@/assets/images/bowman.jpg";
3+
import MSBimage from "@/assets/images/msb.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: "Bowman Hall",
30-
room: "Room 219",
31-
image: bowmanImage,
32-
url: 'https://map.concept3d.com/?id=568#!ct/74937,78237,78239?m/57856?s/bowman',
29+
name: "Mathematical Sciences Building",
30+
room: "Room 228",
31+
image: MSBimage,
32+
url: 'https://map.concept3d.com/?id=568#!ct/74937,78237,78239?m/57856?s/msb',
3333
},
3434

3535
},

0 commit comments

Comments
 (0)