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