Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions app/components/ProvenanceBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ const title = computed(() =>
class="inline-flex items-center justify-center gap-1 text-xs font-mono text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6"
:title="title"
>
<span
class="i-solar-shield-check-outline shrink-0"
:class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'"
/>
<span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" />
<span v-if="!compact" class="sr-only sm:not-sr-only">{{
$t('badges.provenance.verified')
}}</span>
Expand All @@ -48,10 +45,7 @@ const title = computed(() =>
class="inline-flex items-center gap-1 text-xs font-mono text-fg-muted"
:title="title"
>
<span
class="i-solar-shield-check-outline shrink-0"
:class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'"
/>
<span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" />
<span v-if="!compact" class="sr-only sm:not-sr-only">{{
$t('badges.provenance.verified')
}}</span>
Expand Down
4 changes: 2 additions & 2 deletions app/pages/package/[...package].vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ defineOgImageComponent('Package', {
class="inline-flex items-center justify-center gap-1.5 text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6"
:title="$t('package.verified_provenance')"
>
<span class="i-solar:shield-check-outline w-3.5 h-3.5 shrink-0" aria-hidden="true" />
<span class="i-lucide-shield-check w-3.5 h-3.5 shrink-0" aria-hidden="true" />
</a>
<span
v-if="requestedVersion && latestVersion && resolvedVersion !== latestVersion.version"
Expand Down Expand Up @@ -848,7 +848,7 @@ defineOgImageComponent('Package', {
class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1"
:title="$t('package.stats.inspect_dependency_tree')"
>
<span class="i-solar:eye-scan-outline w-3.5 h-3.5" aria-hidden="true" />
<span class="i-lucide-view w-3.5 h-3.5" aria-hidden="true" />
<span class="sr-only">{{ $t('package.stats.inspect_dependency_tree') }}</span>
</a>
</dd>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@iconify-json/carbon": "1.2.18",
"@iconify-json/lucide": "1.2.87",
"@iconify-json/simple-icons": "1.2.68",
"@iconify-json/solar": "1.2.5",
"@iconify-json/svg-spinners": "1.2.4",
"@iconify-json/vscode-icons": "1.2.40",
"@intlify/shared": "11.2.8",
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading