We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a7cba commit 146700dCopy full SHA for 146700d
components/Sponsors/index.tsx
@@ -1,3 +1,4 @@
1
+import Image from "next/image";
2
import React from "react";
3
4
const Sponsors = () => {
@@ -34,7 +35,10 @@ const Sponsors = () => {
34
35
</div>
36
37
<div className="sm:flex justify-between">
- <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>
42
<div className="flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light">
43
<p className="mb-6">B03 CSE Building K17, UNSW csesoc@csesoc.org.au</p>
44
<p>© 2021 — CSESoc UNSW</p>
public/flag/ollie_is_hiding.png
92.3 KB
0 commit comments