From 5ff36668cef62f2b62968958719677a83e715057 Mon Sep 17 00:00:00 2001 From: Greyson Date: Wed, 7 Jun 2023 17:11:07 +0800 Subject: [PATCH] Update use-community-tag.ts --- config/pages/community/use-community-tag.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/config/pages/community/use-community-tag.ts b/config/pages/community/use-community-tag.ts index 6b79c38..b695555 100644 --- a/config/pages/community/use-community-tag.ts +++ b/config/pages/community/use-community-tag.ts @@ -2,19 +2,15 @@ export function useCommunityTag() { return [ { label: 'nav.solutions.child.land.service[0]', - value: 'Web 3.0', + value: 'Publications', }, { label: 'nav.solutions.child.land.service[1]', - value: 'Digital Twins', + value: 'Projects', }, { label: 'nav.solutions.child.land.service[2]', - value: 'Mixed Reality', - }, - { - label: 'nav.solutions.child.land.service[3]', - value: 'AIGC', + value: 'Research', }, ] }