Skip to content

Commit a4c9724

Browse files
committed
fix: remove client only rendering (matches current package manager tabs)
1 parent 3353778 commit a4c9724

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

app/components/PackageManagerSelect.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,8 @@ function handleKeydown(event: KeyboardEvent) {
100100
@click="toggle"
101101
@keydown="handleKeydown"
102102
>
103-
<ClientOnly>
104-
<span class="inline-block h-3 w-3" :class="pm.icon" aria-hidden="true" />
105-
<span>{{ pm.label }}</span>
106-
<template #fallback>
107-
<span class="inline-block h-3 w-3 i-simple-icons:npm" aria-hidden="true" />
108-
<span>npm</span>
109-
</template>
110-
</ClientOnly>
103+
<span class="inline-block h-3 w-3" :class="pm.icon" aria-hidden="true" />
104+
<span>{{ pm.label }}</span>
111105
<span
112106
class="i-carbon:chevron-down w-3 h-3"
113107
:class="[

0 commit comments

Comments
 (0)