File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ defineOgImageComponent('Default', {
2828// const route = useRoute()
2929// const isKawaii = computed(() => route.query.kawaii === 'true')
3030onPrehydrate (el => {
31- const isKawaii = window .location .search .includes (' kawaii=true' )
31+ const isKawaii = window .location .search .includes (' kawaii=true' )
3232 const normal = el .querySelector (' #npmx-index-h1-logo-normal' ) as HTMLElement
3333 const kawaii = el .querySelector (' #npmx-index-h1-logo-kawaii' ) as HTMLElement
3434 const env = el .querySelector (' #npmx-index-h1-logo-env' ) as HTMLElement
@@ -65,10 +65,7 @@ onPrehydrate(el => {
6565 src =" /extra/npmx-cute.svg"
6666 alt =" npmx kawaii logo"
6767 />
68- <AppLogo
69- id =" npmx-index-h1-logo-normal"
70- class =" w-42 h-auto sm:w-58 md:w-70"
71- />
68+ <AppLogo id =" npmx-index-h1-logo-normal" class =" w-42 h-auto sm:w-58 md:w-70" />
7269 <span
7370 id =" npmx-index-h1-logo-env"
7471 aria-hidden =" true"
You can’t perform that action at this time.
0 commit comments