From 97d6f53932106a4fac11049eb81db98b15943c37 Mon Sep 17 00:00:00 2001 From: JimmFly Date: Thu, 14 Nov 2024 08:15:01 +0000 Subject: [PATCH] chore: remove community link from header (#8818) close AF-1695 --- .../components/affine-other-page-layout/use-nav-config.ts | 4 ---- .../src/modules/open-in-app/views/open-in-app-page.tsx | 8 -------- 2 files changed, 12 deletions(-) diff --git a/packages/frontend/component/src/components/affine-other-page-layout/use-nav-config.ts b/packages/frontend/component/src/components/affine-other-page-layout/use-nav-config.ts index bafc81c3f0..dca2f7cff7 100644 --- a/packages/frontend/component/src/components/affine-other-page-layout/use-nav-config.ts +++ b/packages/frontend/component/src/components/affine-other-page-layout/use-nav-config.ts @@ -9,10 +9,6 @@ export const useNavConfig = () => { title: t['com.affine.other-page.nav.official-website'](), path: 'https://affine.pro', }, - { - title: t['com.affine.other-page.nav.affine-community'](), - path: 'https://community.affine.pro/home', - }, { title: t['com.affine.other-page.nav.blog'](), path: 'https://affine.pro/blog', diff --git a/packages/frontend/core/src/modules/open-in-app/views/open-in-app-page.tsx b/packages/frontend/core/src/modules/open-in-app/views/open-in-app-page.tsx index ceb317b315..68096ac7fc 100644 --- a/packages/frontend/core/src/modules/open-in-app/views/open-in-app-page.tsx +++ b/packages/frontend/core/src/modules/open-in-app/views/open-in-app-page.tsx @@ -81,14 +81,6 @@ export const OpenInAppPage = ({ urlToOpen, openHereClicked }: OpenAppProps) => { > Official Website - - AFFiNE Community -