From 29a53b0136f02f3bc9ce2a5ca802fce6b452cc1e Mon Sep 17 00:00:00 2001 From: v4ltages Date: Wed, 12 Aug 2026 17:21:10 +0300 Subject: [PATCH] add egda 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 589de3d..62dd8a9 100644 --- a/src/components/Sponsors.tsx +++ b/src/components/Sponsors.tsx @@ -114,6 +114,13 @@ const sponsors: Sponsor[] = [ alt: "Elamusgolf", width: 200, height: 200, + }, + { + href: "https://www.egda.ee/", + src: "/sponsors/EGDA.png", + alt: "Estonian Game Developers Association", + width: 344, + height: 344, } ];