Skip to content

Commit

Permalink
Add room number to index (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasscharenbroch authored May 7, 2024
1 parent f889846 commit fc562c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ const DiscordLink = "https://discord.gg/dmefFzm";
</div>
<p class="flex-nowrap w-40">Join the Discord</p>
</a>
<!-- <h3>Visit us at CS XXXX</h3>
<h6>The triangle-shaped room next to the CS Shelf</h6> -->
<div class="md:pt-5 text-2xl">
<h3>Visit us at CS 1341</h3>
<h6>The triangle-shaped room next to the CS Shelf</h6>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit fc562c4

Please sign in to comment.