File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments