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 {