Skip to content

Commit f7cc7cf

Browse files
committed
make it clickable
1 parent 146700d commit f7cc7cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/Sponsors/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Image from "next/image";
2+
import Link from "next/link";
23
import React from "react";
34

45
const Sponsors = () => {
@@ -37,7 +38,9 @@ const Sponsors = () => {
3738
<div className="sm:flex justify-between">
3839
<div className="flex items-center">
3940
<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>
4144
</div>
4245
<div className="flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light">
4346
<p className="mb-6">B03 CSE Building K17, UNSW csesoc@csesoc.org.au</p>

0 commit comments

Comments
 (0)