diff --git a/client/src/App.vue b/client/src/App.vue index 94698338..b91f07f0 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,7 +1,11 @@ - + + + + + @@ -20,3 +24,16 @@ onMounted(() => { }); + + diff --git a/client/src/components/MainNavigationBar.vue b/client/src/components/MainNavigationBar.vue index f922fed2..b119d302 100644 --- a/client/src/components/MainNavigationBar.vue +++ b/client/src/components/MainNavigationBar.vue @@ -43,7 +43,7 @@ onMounted(() => { - + - + { @apply underline underline-offset-[21px] decoration-sky-500 decoration-4 } -.v-enter-active, -.v-leave-active { +.nav-enter-active, +.nav-leave-active { transition: opacity 0.3s ease, transform 0.3s ease; } -.v-enter-from, -.v-leave-to { +.nav-enter-from, +.nav-leave-to { opacity: 0; transform: translateY(-80px); } diff --git a/client/src/views/CircleView.vue b/client/src/views/CircleView.vue index aae3e437..dd155b85 100644 --- a/client/src/views/CircleView.vue +++ b/client/src/views/CircleView.vue @@ -35,15 +35,15 @@ onMounted(async () => { - + - {{ circleStore.circle.title }} + {{ circleStore.circle?.title }} - + @@ -65,7 +65,7 @@ onMounted(async () => { Das lernst du in diesem Circle. - {{ circleStore.circle.description }} + {{ circleStore.circle?.description }} Erfahre mehr dazu @@ -83,7 +83,7 @@ onMounted(async () => {