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', }, ] }