From 662b5a5105f58b4d0259dc2e84ffc24c5b06dfdb Mon Sep 17 00:00:00 2001 From: ethdax Date: Mon, 28 Aug 2023 12:26:34 -0600 Subject: [PATCH] adds new logo on backers tab (#91) --- components/organisms/obol-ecosystem/obol-ecosystem.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/organisms/obol-ecosystem/obol-ecosystem.tsx b/components/organisms/obol-ecosystem/obol-ecosystem.tsx index 8b021f4..0c3f736 100644 --- a/components/organisms/obol-ecosystem/obol-ecosystem.tsx +++ b/components/organisms/obol-ecosystem/obol-ecosystem.tsx @@ -105,6 +105,11 @@ const tabs: EcosystemTabsProps[] = [ image: "/assets/obol-ecosystem/backers/iosg.png", logoCardLink: "https://iosg.vc/", }, + { + heading: "Kukis Global", + image: "/assets/obol-ecosystem/backers/kukis-global.png", + logoCardLink: "https://www.kukis-global.com/", + }, { heading: "The Lao", image: "/assets/obol-ecosystem/backers/lao.png",