Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 4777f3f

Browse files
fix: invalid link for madewithvuetify
1 parent e98d09d commit 4777f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/templates/default/src/components/HelloWorld.js.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default {
112112
},
113113
{
114114
text: 'Made with Vuetify',
115-
href: 'https://madewithvuetifyjs.com',
115+
href: 'https://madewithvuejs.com/vuetify',
116116
},
117117
{
118118
text: 'Twitter',

generator/templates/default/src/components/HelloWorld.ts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default Vue.extend({
114114
},
115115
{
116116
text: 'Made with Vuetify',
117-
href: 'https://madewithvuetifyjs.com',
117+
href: 'https://madewithvuejs.com/vuetify',
118118
},
119119
{
120120
text: 'Twitter',

0 commit comments

Comments
 (0)