Skip to content

Commit 0570777

Browse files
committed
up
1 parent b073ab4 commit 0570777

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
Get started with the Vite + Vue dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by [Nuxt UI](https://ui.nuxt.com).
66

7-
- [Live Demo](https://vue-dashboard-template.nuxt.dev)
8-
- [Documentation](https://ui.nuxt.com/getting-started/installation/vue)
7+
- [Live Demo](https://dashboard-vue-template.nuxt.dev)
8+
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/vue)
99

10-
<a href="https://vue-dashboard-template.nuxt.dev/" target="_blank">
10+
<a href="https://dashboard-vue-template.nuxt.dev/" target="_blank">
1111
<picture>
12-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/c620cfcb-f244-49c0-8c9e-e95c17f014ef">
13-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/dea19eb7-5219-46c2-9267-57a982b13569">
14-
<img alt="Vue Dashboard Template" src="https://github.com/user-attachments/assets/dea19eb7-5219-46c2-9267-57a982b13569">
12+
<source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-dark.png">
13+
<source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png">
14+
<img alt="Nuxt Dashboard Template" src="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png">
1515
</picture>
1616
</a>
1717

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
.dark {
2020
--ui-primary: var(--ui-color-primary-500);
21-
}
21+
}

src/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
109109
}], [{
110110
label: 'Documentation',
111111
icon: 'i-lucide-book-open',
112-
to: 'https://ui.nuxt.com/getting-started/installation/vue',
112+
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
113113
target: '_blank'
114114
}, {
115115
label: 'GitHub repository',

src/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const links = [[{
2121
}], [{
2222
label: 'Documentation',
2323
icon: 'i-lucide-book-open',
24-
to: 'https://ui.nuxt.com/getting-started/installation/vue',
24+
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
2525
target: '_blank'
2626
}]] satisfies NavigationMenuItem[][]
2727
</script>

0 commit comments

Comments
 (0)