From 8cc6e321d4c38261440b8803a1a83cfd9e07cbf4 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 28 Oct 2025 22:12:20 +0000 Subject: [PATCH] feat: add link to oss friends to footer --- apps/web/src/views/home/components/Footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/views/home/components/Footer.tsx b/apps/web/src/views/home/components/Footer.tsx index c72ec55c..2452ef1d 100644 --- a/apps/web/src/views/home/components/Footer.tsx +++ b/apps/web/src/views/home/components/Footer.tsx @@ -36,6 +36,7 @@ const Footer = () => { { name: t`Roadmap`, href: "/kan/roadmap" }, { name: t`GitHub`, href: "https://github.com/kanbn/kan" }, { name: t`Contact`, href: "mailto:support@kan.bn" }, + { name: t`OSS Friends`, href: "https://kan.bn/oss-friends" }, ], legal: [ { name: t`Terms of service`, href: "/terms" },