File tree 5 files changed +31
-1
lines changed
5 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ export const silverLinks: sponsorInfo[] = [
89
89
description :
90
90
'JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work'
91
91
} ,
92
+ {
93
+ href : 'https://www.jds.net.au/' ,
94
+ svg : '/assets/jds_logo.svg' ,
95
+ alt : 'jds logo' ,
96
+ description : "JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work" ,
97
+ } ,
92
98
{
93
99
href : 'https://www.macquarie.com.au/' ,
94
100
svg : '/assets/macquarie_logo.svg' ,
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