File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default function Hamburger() {
51
51
< Link href = { './contact-us' } > Contact Us</ Link >
52
52
</ li >
53
53
< 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 >
55
55
</ li >
56
56
</ ul >
57
57
</ motion . div >
Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ const Navbar = () => {
40
40
< Link href = "/contact-us" >
41
41
< div className = "text-xl" > { '//' } contact us</ div >
42
42
</ 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' >
45
44
< Image
46
45
src = "/assets/merch-store-icon.svg"
47
46
alt = "Merchandise Store Icon"
48
- width = { 30 }
49
- height = { 30 }
47
+ width = { 29 }
48
+ height = { 29 }
50
49
draggable = { false }
51
50
/>
52
51
</ a >
You can’t perform that action at this time.
0 commit comments