Skip to content

Commit 146700d

Browse files
committed
add ollie
1 parent 52a7cba commit 146700d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/Sponsors/index.tsx

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

34
const Sponsors = () => {
@@ -34,7 +35,10 @@ const Sponsors = () => {
3435
</div>
3536
</div>
3637
<div className="sm:flex justify-between">
37-
<img src="assets/csesoc_logo_white.svg" alt="CSESoc Logo" />
38+
<div className="flex items-center">
39+
<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+
</div>
3842
<div className="flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light">
3943
<p className="mb-6">B03 CSE Building K17, UNSW csesoc@csesoc.org.au</p>
4044
<p>© 2021 — CSESoc UNSW</p>

public/flag/ollie_is_hiding.png

92.3 KB
Loading

0 commit comments

Comments
 (0)