Skip to content

Commit a2dbfd4

Browse files
author
Eric
committed
Making hamburger link open in seperate tab
1 parent 5adfbe9 commit a2dbfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/">Merch Store</a>
54+
<a target="_blank" href="https://csesoc-merch.square.site/">Merch Store</a>
5555
</li>
5656
</ul>
5757
</motion.div>

0 commit comments

Comments
 (0)