File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,26 @@ function Hosts() {
1212 < span className = "host-text" > Brought to you by</ span >
1313 </ Col >
1414 < Col xs = "auto" >
15- < img
16- src = "/assets/neurdy_logo_color.png"
17- alt = "NEURDY Lab Logo"
18- className = "host-logo"
19- />
15+ < a href = "https://www.cchanglab.net/" target = "_blank" rel = "noopener noreferrer" >
16+ < img
17+ src = "/assets/neurdy_logo_color.png"
18+ alt = "NEURDY Lab Logo"
19+ className = "host-logo"
20+ />
21+ </ a >
2022 </ Col >
2123 < Col className = "text-end" >
2224 < span className = "host-text" > co-hosted with</ span >
2325 </ Col >
2426 < Col xs = "auto" >
25- < img
26- src = "/assets/vandyhacks_logo.png"
27- alt = "VandyHacks Logo"
28- className = "host-logo"
29- />
27+ < a href = "https://xy.vandyhacks.org/" target = "_blank" rel = "noopener noreferrer" >
28+ < img
29+ src = "/assets/vandyhacks_logo.png"
30+ alt = "VandyHacks Logo"
31+ className = "host-logo"
32+ />
33+ </ a >
34+
3035 </ Col >
3136 </ Row >
3237 </ div >
You can’t perform that action at this time.
0 commit comments