update sponsor social media link (#131)

* update sponsor social media link

* add ingame to sponsors
This commit is contained in:
Katri
2026-07-07 13:09:25 +03:00
committed by GitHub
parent 644554fd69
commit 79d14aa8fd

View File

@@ -37,7 +37,7 @@ const sponsors: Sponsor[] = [
height: 200, height: 200,
}, },
{ {
href: "https://www.facebook.com/bfglOfficial", href: "https://www.instagram.com/baltic_fighting_game_league/",
src: "/sponsors/BFGL.png", src: "/sponsors/BFGL.png",
alt: "BFGL", alt: "BFGL",
width: 192, width: 192,
@@ -80,6 +80,13 @@ const sponsors: Sponsor[] = [
width: 200, width: 200,
height: 200, height: 200,
}, },
{
href: "https://ingame.ee/",
src: "/sponsors/ingame.png",
alt: "iNGAME",
width: 200,
height: 200,
}
]; ];
interface SponsorsProps { interface SponsorsProps {