Skip to content

Commit 16d870e

Browse files
committed
chore(TeamsMenu): improve
1 parent 4bd07b1 commit 16d870e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/TeamsMenu.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ const teams = ref([{
1212
alt: 'Vue'
1313
}
1414
}, {
15-
label: 'NuxtHub',
15+
label: 'Vite',
1616
avatar: {
17-
src: 'https://github.com/nuxt-hub.png',
18-
alt: 'NuxtHub'
17+
src: 'https://github.com/vitejs.png',
18+
alt: 'Vite'
1919
}
2020
}, {
21-
label: 'NuxtLabs',
21+
label: 'Vitest',
2222
avatar: {
23-
src: 'https://github.com/nuxtlabs.png',
24-
alt: 'NuxtLabs'
23+
src: 'https://github.com/vitest-dev.png',
24+
alt: 'Vitest'
2525
}
2626
}])
2727
const selectedTeam = ref(teams.value[0])

0 commit comments

Comments
 (0)