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" },