Skip to content

Commit c53f440

Browse files
committed
up
1 parent e99a146 commit c53f440

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Get started with the Vite + Vue dashboard template with multiple pages, collapsi
1717

1818
## Nuxt Dashboard Template
1919

20-
The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard.
20+
The dashboard template for Nuxt is on https://github.com/nuxt-ui-templates/dashboard.
2121

2222
## Quick Start
2323

2424
```bash [Terminal]
25-
npx giget@latest gh:nuxt-ui-pro/dashboard-vue my-vue-dashboard
25+
npx giget@latest gh:nuxt-ui-templates/dashboard-vue my-vue-dashboard
2626
```
2727

2828
Once the directory is created, you can install the dependencies and start the development server using the `npm run dev` command.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typecheck": "vue-tsc -p ./tsconfig.app.json"
1111
},
1212
"dependencies": {
13-
"@nuxt/ui": "^4.0.0-alpha.0",
13+
"@nuxt/ui": "^4.0.0-alpha.1",
1414
"@unovis/vue": "^1.5.2",
1515
"date-fns": "^4.1.0",
1616
"vue": "^3.5.17",

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const links = [[{
6666
}], [{
6767
label: 'Feedback',
6868
icon: 'i-lucide-message-circle',
69-
to: 'https://github.com/nuxt-ui-pro/dashboard-vue',
69+
to: 'https://github.com/nuxt-ui-templates/dashboard-vue',
7070
target: '_blank'
7171
}, {
7272
label: 'Help & Support',
@@ -86,7 +86,7 @@ const groups = computed(() => [{
8686
id: 'source',
8787
label: 'View page source',
8888
icon: 'simple-icons:github',
89-
to: `https://github.com/nuxt-ui-pro/dashboard-vue/blob/main/src/pages${route.path === '/' ? '/index' : route.path}.vue`,
89+
to: `https://github.com/nuxt-ui-templates/dashboard-vue/blob/main/src/pages${route.path === '/' ? '/index' : route.path}.vue`,
9090
target: '_blank'
9191
}]
9292
}])

src/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
114114
}, {
115115
label: 'GitHub repository',
116116
icon: 'simple-icons:github',
117-
to: 'https://github.com/nuxt-ui-pro/dashboard-vue',
117+
to: 'https://github.com/nuxt-ui-templates/dashboard-vue',
118118
target: '_blank'
119119
}], [{
120120
label: 'Log out',

0 commit comments

Comments
 (0)