Skip to content

Commit b8d4351

Browse files
author
Eric
committed
Adding Merch Store Link to nav bar and hamburger
1 parent 5fa1c38 commit b8d4351

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
Lines changed: 12 additions & 0 deletions
Loading

frontend/src/components/Hamburger.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export default function Hamburger() {
5050
<li className="py-2 text-lg">
5151
<Link href={'./contact-us'}>Contact Us</Link>
5252
</li>
53+
<li className="py-2 text-lg">
54+
<a href="https://csesoc-merch.square.site/">Merchandise</a>
55+
</li>
5356
</ul>
5457
</motion.div>
5558
)}

frontend/src/components/Navbar.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ const Navbar = () => {
4040
<Link href="/contact-us">
4141
<div className="text-xl">{'//'} contact us</div>
4242
</Link>
43+
<a href="https://csesoc-merch.square.site/" className='flex xl:gap-3 lg:gap-1.5 md:gap-0.8 duration-300 hover:scale-105'>
44+
<div className="text-xl">{'//'} merch store</div>
45+
<Image
46+
src="/assets/merch-store-icon.svg"
47+
alt="Merchandise Store Icon"
48+
width={30}
49+
height={30}
50+
draggable={false}
51+
/>
52+
</a>
4353
</div>
4454
<div className="md:hidden xl:hidden lg:hidden text-right font-bold block">
4555
<Hamburger />

0 commit comments

Comments
 (0)