Skip to content

Commit 3aca8b0

Browse files
committed
replace npm icon
1 parent 228cba2 commit 3aca8b0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/SearchProviderToggle.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ useEventListener('keydown', event => {
6464
"
6565
>
6666
<span
67-
class="i-carbon:catalog w-4 h-4 mt-0.5 shrink-0"
67+
class="i-simple-icons:npm w-4 h-4 mt-0.5 shrink-0"
6868
:class="searchProviderValue !== 'algolia' ? 'text-accent' : 'text-fg-muted'"
6969
aria-hidden="true"
7070
/>

app/pages/org/[org].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ defineOgImageComponent('Default', {
182182
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
183183
:title="$t('common.view_on_npm')"
184184
>
185-
<span class="i-carbon:logo-npm w-4 h-4" aria-hidden="true" />
185+
<span class="i-simple-icons:npm w-4 h-4" aria-hidden="true" />
186186
npm
187187
</a>
188188
</nav>

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ const showSkeleton = shallowRef(false)
886886
<LinkBase
887887
:to="`https://www.npmjs.com/package/${pkg.name}`"
888888
:title="$t('common.view_on_npm')"
889-
classicon="i-carbon:logo-npm"
889+
classicon="i-simple-icons:npm"
890890
>
891891
npm
892892
</LinkBase>

app/pages/~[username]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ defineOgImageComponent('Default', {
158158
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
159159
:title="$t('common.view_on_npm')"
160160
>
161-
<span class="i-carbon:logo-npm w-4 h-4" aria-hidden="true" />
161+
<span class="i-simple-icons:npm w-4 h-4" aria-hidden="true" />
162162
npm
163163
</a>
164164
</nav>

0 commit comments

Comments
 (0)