diff --git a/app/components/ProvenanceBadge.vue b/app/components/ProvenanceBadge.vue
index b84a866394..825ba747a1 100644
--- a/app/components/ProvenanceBadge.vue
+++ b/app/components/ProvenanceBadge.vue
@@ -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"
>
-
+
{{
$t('badges.provenance.verified')
}}
@@ -48,10 +45,7 @@ const title = computed(() =>
class="inline-flex items-center gap-1 text-xs font-mono text-fg-muted"
:title="title"
>
-
+
{{
$t('badges.provenance.verified')
}}
diff --git a/app/pages/package/[...package].vue b/app/pages/package/[...package].vue
index 108bb5fc89..11be990876 100644
--- a/app/pages/package/[...package].vue
+++ b/app/pages/package/[...package].vue
@@ -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')"
>
-
+
-
+
{{ $t('package.stats.inspect_dependency_tree') }}
diff --git a/package.json b/package.json
index f0e302d8f0..7576a20a3b 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a58dc2ef3b..8921c57b17 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,9 +47,6 @@ importers:
'@iconify-json/simple-icons':
specifier: 1.2.68
version: 1.2.68
- '@iconify-json/solar':
- specifier: 1.2.5
- version: 1.2.5
'@iconify-json/svg-spinners':
specifier: 1.2.4
version: 1.2.4
@@ -1473,9 +1470,6 @@ packages:
'@iconify-json/simple-icons@1.2.68':
resolution: {integrity: sha512-bQPl1zuZlX6AnofreA1v7J+hoPncrFMppqGboe/SH54jZO37meiBUGBqNOxEpc0HKfZGxJaVVJwZd4gdMYu3hw==}
- '@iconify-json/solar@1.2.5':
- resolution: {integrity: sha512-WMAiNwchU8zhfrySww6KQBRIBbsQ6SvgIu2yA+CHGyMima/0KQwT5MXogrZPJGoQF+1Ye3Qj6K+1CiyNn3YkoA==}
-
'@iconify-json/svg-spinners@1.2.4':
resolution: {integrity: sha512-ayn0pogFPwJA1WFZpDnoq9/hjDxN+keeCMyThaX4d3gSJ3y0mdKUxIA/b1YXWGtY9wVtZmxwcvOIeEieG4+JNg==}
@@ -10925,10 +10919,6 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/solar@1.2.5':
- dependencies:
- '@iconify/types': 2.0.0
-
'@iconify-json/svg-spinners@1.2.4':
dependencies:
'@iconify/types': 2.0.0