From 5d7edc967ebd55ede837f122851d80961b69d4fe Mon Sep 17 00:00:00 2001 From: Martti Soininen Date: Wed, 26 Jun 2024 10:33:12 +0300 Subject: [PATCH] Add Finnpilot to affiliate list --- src/routes/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 0fff696..5ba685c 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -52,6 +52,7 @@ interface OtherCustomer { const otherCustomers: OtherCustomer[] = [ {name: "Elisa", url: "https://www.elisa.fi", image: "/img/affiliates/elisa.svg"}, + {name: "Finnpilot", url: "https://www.finnpilot.fi", image: "/img/affiliates/finnpilot.png"}, {name: "Mylab", url: "https://www.mylab.fi/fi/", image: "/img/affiliates/mylab.svg"}, {name: "Kansalliskirjasto", url: "https://www.kansalliskirjasto.fi/fi", image: "/img/affiliates/kansalliskirjasto.svg"}, {name: "Modulight", url: "https://modulight.com/", image: "/img/affiliates/modulight.png"},