Skip to content

Commit 8fda1b5

Browse files
committed
Update logo font
1 parent 07a2c5c commit 8fda1b5

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

assets/logo-with-text.svg

Lines changed: 22 additions & 0 deletions
Loading

layouts/minimal.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script lang="ts" setup>
2+
import LogoWithText from '~/assets/logo-with-text.svg?component'
3+
24
const { user } = useUser()
35
const year = ref('2024')
46
@@ -14,8 +16,7 @@ onMounted(() => {
1416
<CoreContainer>
1517
<div class="flex items-center justify-between">
1618
<CoreLink :to="{ path: '/' }" class="flex gap-2 items-center p-2 -ml-2 rounded">
17-
<CoreAsset type="Logo" class="sq-8" />
18-
<span class="font-bold text-lg">Octo</span>
19+
<LogoWithText class="h-8" />
1920
</CoreLink>
2021
<div class="flex items-center gap-2 -mr-2">
2122
<CoreButtonLink :layer="0" :to="{ path: '/product/pricing' }">

0 commit comments

Comments
 (0)