Skip to content
Snippets Groups Projects
Commit 00c2ed8f authored by Ina Martini's avatar Ina Martini
Browse files

style(style): change format

parent 567e1e3f
No related branches found
No related tags found
3 merge requests!66Final merge,!11Feat/startpage/design start page,!4Pipeline fix
<script setup lang="ts">
import { computed } from 'vue'
import { RouterLink, RouterView, useRoute} from 'vue-router'
import { RouterLink, RouterView, useRoute } from 'vue-router'
const route = useRoute()
const showRouterView = computed(() =>
route.path !== '/'
)
const showRouterView = computed(() => route.path !== '/')
</script>
<template>
......
......@@ -9,7 +9,7 @@
--bright: #f7da7c;
--accent1: #f4bab9;
--accent2: #95E35D;
--accent2: #95e35d;
--accent3: #ef9691;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment