Skip to content

Commit 5adfbe9

Browse files
author
Eric
committed
Adding suggested changes
1 parent b8d4351 commit 5adfbe9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

frontend/src/components/Hamburger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function Hamburger() {
5151
<Link href={'./contact-us'}>Contact Us</Link>
5252
</li>
5353
<li className="py-2 text-lg">
54-
<a href="https://csesoc-merch.square.site/">Merchandise</a>
54+
<a href="https://csesoc-merch.square.site/">Merch Store</a>
5555
</li>
5656
</ul>
5757
</motion.div>

frontend/src/components/Navbar.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@ 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>
43+
<a target="_blank" href="https://csesoc-merch.square.site/" className='flex'>
4544
<Image
4645
src="/assets/merch-store-icon.svg"
4746
alt="Merchandise Store Icon"
48-
width={30}
49-
height={30}
47+
width={29}
48+
height={29}
5049
draggable={false}
5150
/>
5251
</a>

0 commit comments

Comments
 (0)