From 7ec12376ee6620e5dad8c993a247a93f2d3dfe79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katri=20Lotam=C3=B5is?= Date: Tue, 7 Jul 2026 12:03:45 +0300 Subject: [PATCH] add ingame to sponsors --- src/components/Sponsors.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Sponsors.tsx b/src/components/Sponsors.tsx index 3952d73..ca50098 100644 --- a/src/components/Sponsors.tsx +++ b/src/components/Sponsors.tsx @@ -80,6 +80,13 @@ const sponsors: Sponsor[] = [ width: 200, height: 200, }, + { + href: "https://ingame.ee/", + src: "/sponsors/ingame.png", + alt: "iNGAME", + width: 200, + height: 200, + } ]; interface SponsorsProps {