Skip to content

Commit aea937d

Browse files
committed
docs: swap order of Discord and GitHub footer buttons
1 parent 73e16db commit aea937d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/src/components/app/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
const footerRef = useTemplateRef<HTMLElement | null>('footer')
2727
2828
const links = [
29-
{ icon: 'github', href: 'https://github.com/vuetifyjs/0', label: 'GitHub', bg: 'bg-[#24292f]' },
3029
{ icon: 'discord', href: 'https://discord.gg/vK6T89eNP7', label: 'Discord', bg: 'bg-discord' },
30+
{ icon: 'github', href: 'https://github.com/vuetifyjs/0', label: 'GitHub', bg: 'bg-[#24292f]' },
3131
]
3232
3333
const latest = toRef(() => releases.releases[0])

0 commit comments

Comments
 (0)