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() {
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 target = "_blank" href = "https://csesoc-merch.square.site/" > Merch Store</ a >
55+ </ li >
5356 </ ul >
5457 </ motion . div >
5558 ) }
Original file line number Diff line number Diff line change @@ -46,6 +46,15 @@ const Navbar = () => {
4646 < Link href = "/contact-us" >
4747 < div className = "text-xl" > { '//' } contact us</ div >
4848 </ 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 >
4958 </ div >
5059 < div className = "md:hidden xl:hidden lg:hidden text-right font-bold block" >
5160 < Hamburger />
You can’t perform that action at this time.
0 commit comments