From ad58cbc57707359ac701d904e841016816f0030b Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 18 Feb 2024 19:24:42 +0100 Subject: [PATCH] feat: add link to KnowYT website (instead of link to video) --- client/src/pages/index.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/client/src/pages/index.vue b/client/src/pages/index.vue index a6382f7..db7c1bd 100644 --- a/client/src/pages/index.vue +++ b/client/src/pages/index.vue @@ -12,14 +12,13 @@
-
+
@@ -37,8 +36,7 @@ import CopyrightNotice from '../components/CopyrightNotice.vue'; const { $t } = useI18n({ 'create-team': { en: 'Create Team ...', de: 'Team erstellen ...' }, - 'video1': { en: 'watch video', de: 'Video ansehen' }, - 'video2': { en: '(3:30mins)', de: '(3:30min, english)' }, + 'about': { en: 'about the game', de: 'Über das Spiel' }, }) await useAuth().authenticateAndLoadUserInfo(['']) @@ -104,13 +102,9 @@ body { flex-grow: 1; } - &__video { + &__about { margin: 48px 0; align-self: center; - - &-description { - font-size: 16px; - } } } \ No newline at end of file