diff --git a/public/sponsors/oasis_logo.png b/public/sponsors/oasis_logo.png new file mode 100644 index 0000000..66b5bd6 Binary files /dev/null and b/public/sponsors/oasis_logo.png differ diff --git a/sections/Sponsors.tsx b/sections/Sponsors.tsx index 30d4963..948204d 100644 --- a/sections/Sponsors.tsx +++ b/sections/Sponsors.tsx @@ -107,6 +107,11 @@ const bronzeSponsors: SponsorData[] = [ link: "https://www.gnosis.io/", imageSrc: "/sponsors/gnosis_logo.png", }, + { + alt: "Oasis", + link: "https://oasisprotocol.org/", + imageSrc: "/sponsors/oasis_logo.png", + }, ]; // Helper function to chunk an array into groups of specified size