File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ export default defineAppConfig({
2626 colorMode : true ,
2727 links : [ {
2828 'icon' : 'i-simple-icons-github' ,
29- 'to' : 'https://github.com/nuxt-ui-pro/docs' ,
29+ 'to' : 'https://github.com/nuxt-ui-pro/docs/tree/v3 ' ,
3030 'target' : '_blank' ,
31- 'aria-label' : 'Docs template on GitHub'
31+ 'aria-label' : 'GitHub'
3232 } ]
3333 } ,
3434 footer : {
35- credits : ' Copyright © 2023' ,
35+ credits : ` Copyright © ${ new Date ( ) . getFullYear ( ) } ` ,
3636 colorMode : false ,
3737 links : [ {
3838 'icon' : 'i-simple-icons-nuxtdotjs' ,
@@ -69,7 +69,7 @@ export default defineAppConfig({
6969 } , {
7070 icon : 'i-lucide-book-open' ,
7171 label : 'Nuxt UI Pro docs' ,
72- to : 'https://ui .nuxt.com/ pro/guide ' ,
72+ to : 'https://ui3 .nuxt.dev/getting-started/installation/ pro/nuxt ' ,
7373 target : '_blank'
7474 } , {
7575 icon : 'i-simple-icons-nuxtdotjs' ,
You can’t perform that action at this time.
0 commit comments