Skip to content

Commit e9aa1bf

Browse files
committed
chore: use Vue logo
1 parent ba95dba commit e9aa1bf

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

src/components/Logo.vue

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/layouts/default.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,12 @@ defineShortcuts({
8585
<template #header="{ collapsed }">
8686
<ULink
8787
to="/"
88-
class="flex items-end gap-0.5"
88+
class="flex items-center gap-0.5"
8989
>
90-
<Logo class="h-8 w-auto shrink-0" />
90+
<UIcon
91+
name="i-logos-vue"
92+
class="h-5 w-auto shrink-0"
93+
/>
9194
<span
9295
v-if="!collapsed"
9396
class="text-xl font-bold text-highlighted"

0 commit comments

Comments
 (0)