Skip to content

Commit 90620a8

Browse files
committed
add mobile link
1 parent f7cc7cf commit 90620a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Sponsors/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ const Sponsors = () => {
3838
<div className="sm:flex justify-between">
3939
<div className="flex items-center">
4040
<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">
4242
<img src="/flag/ollie_is_hiding.png" alt="Ollie" draggable="false" width={60} height={60} className="ml-10" />
4343
</Link>
44+
<img src="/flag/ollie_is_hiding.png" alt="Ollie" draggable="false" width={60} height={60} className="ml-10 sm:block hidden" />
4445
</div>
4546
<div className="flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light">
4647
<p className="mb-6">B03 CSE Building K17, UNSW [email protected]</p>

0 commit comments

Comments
 (0)