From 79d14aa8fd10e5a6b17641b210d537e8a5f29a11 Mon Sep 17 00:00:00 2001 From: Katri <96204214+SwagMuffin88@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:09:25 +0300 Subject: [PATCH] update sponsor social media link (#131) * update sponsor social media link * add ingame to sponsors --- src/components/Sponsors.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Sponsors.tsx b/src/components/Sponsors.tsx index a42cbf1..ca50098 100644 --- a/src/components/Sponsors.tsx +++ b/src/components/Sponsors.tsx @@ -37,7 +37,7 @@ const sponsors: Sponsor[] = [ height: 200, }, { - href: "https://www.facebook.com/bfglOfficial", + href: "https://www.instagram.com/baltic_fighting_game_league/", src: "/sponsors/BFGL.png", alt: "BFGL", width: 192, @@ -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 {