Skip to content

Commit

Permalink
fix: invalid link for madewithvuetify
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed May 30, 2019
1 parent e98d09d commit 4777f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
},
{
text: 'Made with Vuetify',
href: 'https://madewithvuetifyjs.com',
href: 'https://madewithvuejs.com/vuetify',
},
{
text: 'Twitter',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default Vue.extend({
},
{
text: 'Made with Vuetify',
href: 'https://madewithvuetifyjs.com',
href: 'https://madewithvuejs.com/vuetify',
},
{
text: 'Twitter',
Expand Down

0 comments on commit 4777f3f

Please sign in to comment.