We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a2c5c commit 8fda1b5Copy full SHA for 8fda1b5
assets/logo-with-text.svg
layouts/minimal.vue
@@ -1,4 +1,6 @@
1
<script lang="ts" setup>
2
+import LogoWithText from '~/assets/logo-with-text.svg?component'
3
+
4
const { user } = useUser()
5
const year = ref('2024')
6
@@ -14,8 +16,7 @@ onMounted(() => {
14
16
<CoreContainer>
15
17
<div class="flex items-center justify-between">
18
<CoreLink :to="{ path: '/' }" class="flex gap-2 items-center p-2 -ml-2 rounded">
- <CoreAsset type="Logo" class="sq-8" />
- <span class="font-bold text-lg">Octo</span>
19
+ <LogoWithText class="h-8" />
20
</CoreLink>
21
<div class="flex items-center gap-2 -mr-2">
22
<CoreButtonLink :layer="0" :to="{ path: '/product/pricing' }">
0 commit comments