File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ const Sponsors = () => {
38
38
< div className = "sm:flex justify-between" >
39
39
< div className = "flex items-center" >
40
40
< img src = "assets/csesoc_logo_white.svg" alt = "CSESoc Logo" />
41
- < Link href = "/flag/ollie_is_hiding.png" target = "_blank" >
41
+ < Link href = "/flag/ollie_is_hiding.png" target = "_blank" className = "sm:hidden block" >
42
42
< img src = "/flag/ollie_is_hiding.png" alt = "Ollie" draggable = "false" width = { 60 } height = { 60 } className = "ml-10" />
43
43
</ Link >
44
+ < img src = "/flag/ollie_is_hiding.png" alt = "Ollie" draggable = "false" width = { 60 } height = { 60 } className = "ml-10 sm:block hidden" />
44
45
</ div >
45
46
< div className = "flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light" >
46
47
< p className = "mb-6" > B03 CSE Building K17, UNSW
[email protected] </ p >
You can’t perform that action at this time.
0 commit comments