Skip to content

Commit

Permalink
Update locations with text (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien authored Sep 15, 2024
1 parent e13519c commit 1447c46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ export default function Home() {
<Typography variant="header">Meet Us!</Typography>
<br />
<Typography>
Weekly GBMs: Mondays, 6-7pm, Tepper
Biweekly GBMs: Mondays, 6-7pm, Tepper 2611
</Typography>
<br />
<Typography>
Committee Work Sessions: Saturdays, 4-6pm, Tepper
</Typography>
<div className={styles.meetingRooms}>
<Typography>Tech</Typography>
<Typography>Tepper</Typography>
<Typography>Tepper 2611</Typography>
<Typography>Design</Typography>
<Typography>Tepper</Typography>
<Typography>Tepper 3801</Typography>
<Typography>Labrador</Typography>
<Typography>Tepper</Typography>
<Typography>Tepper 2700</Typography>
<Typography>Events/Outreach/Finance</Typography>
<Typography>Tepper</Typography>
<Typography>Tepper 3808</Typography>
</div>
</div>
</div>
Expand Down

0 comments on commit 1447c46

Please sign in to comment.