File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const Navbar: FC<{ backgroundColor?: string; textColor?: string; breakLineColor?
6262 < Menu . Wrapper >
6363 < Menu . Logo >
6464 { showBanner ? (
65- < img className = "MLH" src = { MLH_BANNER } width = "100" height = "175" alt = "MLH BANNER" />
65+ < a href = "https://mlh.io/seasons/2021/events" target = "_blank" > < img className = "MLH" src = { MLH_BANNER } width = "100" height = "175" alt = "MLH BANNER" /> </ a >
6666 ) : (
6767 < div className = "hm-text" > HackMerced</ div >
6868 ) }
@@ -118,12 +118,14 @@ const Styles = {
118118 const { pathname } = useLocation ( ) ;
119119 return pathname !== "/" ? "13vw" : "auto" ;
120120 } } ;
121+ }
121122
122123 @media only screen and (max-height: 400px) {
123124 height: ${ ( ) : string => {
124125 const { pathname } = useLocation ( ) ;
125126 return pathname !== "/" ? "9vw" : "auto" ;
126127 } } ;
128+ }
127129 ` ,
128130} ;
129131
You can’t perform that action at this time.
0 commit comments