Skip to content

Commit fb1aefb

Browse files
committed
accounting docs - logo added
1 parent bcfaa9f commit fb1aefb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/layout/Header/Logo.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<NuxtLinkLocale v-if="logo.light && logo.dark" :to="localePath('/')" class="flex">
44
<NuxtImg :src="logo.light" class="h-7 dark:hidden" />
55
<NuxtImg :src="logo.dark" class="hidden h-7 dark:block" />
6-
<span v-if="showTitle && title" class="ml-3 self-center font-bold">
6+
<!-- <span v-if="showTitle && title" class="ml-3 self-center font-bold">
77
{{ $t(title) }}
8-
</span>
8+
</span> -->
99
</NuxtLinkLocale>
1010
</div>
1111
</template>

www/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default defineAppConfig({
2929
title: 'shadcn-docs',
3030
showTitle: true,
3131
logo: {
32-
light: '/logo.svg',
33-
dark: '/logo-dark.svg',
32+
light: '/logo.png',
33+
dark: '/logo.png',
3434
},
3535
border: false,
3636
darkModeToggle: true,

www/public/logo.png

5.94 KB
Loading

0 commit comments

Comments
 (0)