From 3bd4b71c55b555062534f09c959c4bf5cfa36950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sat, 23 Feb 2019 02:40:15 +0100 Subject: [PATCH] typo; bogus modal in about --- frontend/src/components/HelloWorld.vue | 2 +- frontend/src/views/About.vue | 44 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/HelloWorld.vue b/frontend/src/components/HelloWorld.vue index 6540d86..ec6748f 100644 --- a/frontend/src/components/HelloWorld.vue +++ b/frontend/src/components/HelloWorld.vue @@ -102,7 +102,7 @@ export default { }, { text: 'Made with Vuetify', - href: 'https://madewithvuetifyjs.com' + href: 'https://madewithvuejs.com/vuetify' }, { text: 'Twitter', diff --git a/frontend/src/views/About.vue b/frontend/src/views/About.vue index 3fa2807..6692bd3 100644 --- a/frontend/src/views/About.vue +++ b/frontend/src/views/About.vue @@ -1,5 +1,49 @@ + +