We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd07b1 commit 16d870eCopy full SHA for 16d870e
src/components/TeamsMenu.vue
@@ -12,16 +12,16 @@ const teams = ref([{
12
alt: 'Vue'
13
}
14
}, {
15
- label: 'NuxtHub',
+ label: 'Vite',
16
avatar: {
17
- src: 'https://github.com/nuxt-hub.png',
18
- alt: 'NuxtHub'
+ src: 'https://github.com/vitejs.png',
+ alt: 'Vite'
19
20
21
- label: 'NuxtLabs',
+ label: 'Vitest',
22
23
- src: 'https://github.com/nuxtlabs.png',
24
- alt: 'NuxtLabs'
+ src: 'https://github.com/vitest-dev.png',
+ alt: 'Vitest'
25
26
}])
27
const selectedTeam = ref(teams.value[0])
0 commit comments