Update use-community-tag.ts
This commit is contained in:
parent
fbe98fd6c3
commit
5ff36668ce
|
@ -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',
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue