Skip to content

Commit 8b2c40b

Browse files
committed
docs - minor
1 parent 18e3ddc commit 8b2c40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/OgImage/ShadcnDocs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:style="`background-size: 120px 120px; background-image: linear-gradient(to right, ${colorMode === 'light' ? '#e5e7eb' : '#27272a'} 1px, transparent 1px), linear-gradient(to bottom, ${colorMode === 'light' ? '#e5e7eb' : '#27272a'} 1px, transparent 1px);`"
66
>
77
<div class="mb-4 flex">
8-
<img v-if="colorMode === 'light'" :src="logo.light" height="65" />
9-
<img v-else :src="logo.dark" height="65" />
8+
<NuxtImg v-if="colorMode === 'light'" :src="logo.light" height="65" />
9+
<NuxtImg v-else :src="logo.dark" height="65" />
1010
<span
1111
v-if="showTitle && siteTitle"
1212
class="ml-4 self-center text-4xl font-bold"

0 commit comments

Comments
 (0)