File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ export default function Hamburger() {
50
50
< li className = "py-2 text-lg" >
51
51
< Link href = { '/contact-us' } > Contact Us</ Link >
52
52
</ li >
53
+ < li className = "py-2 text-lg" >
54
+ < a target = "_blank" href = "https://csesoc-merch.square.site/" > Merch Store</ a >
55
+ </ li >
53
56
</ ul >
54
57
</ motion . div >
55
58
) }
Original file line number Diff line number Diff line change @@ -46,6 +46,15 @@ const Navbar = () => {
46
46
< Link href = "/contact-us" >
47
47
< div className = "text-xl" > { '//' } contact us</ div >
48
48
</ Link >
49
+ < a target = "_blank" href = "https://csesoc-merch.square.site/" className = 'flex' >
50
+ < Image
51
+ src = "/assets/merch-store-icon.svg"
52
+ alt = "Merchandise Store Icon"
53
+ width = { 29 }
54
+ height = { 29 }
55
+ draggable = { false }
56
+ />
57
+ </ a >
49
58
</ div >
50
59
< div className = "md:hidden xl:hidden lg:hidden text-right font-bold block" >
51
60
< Hamburger />
You can’t perform that action at this time.
0 commit comments