We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28413dc commit c509d56Copy full SHA for c509d56
2 files changed
app/components/AppHeader.vue
@@ -62,7 +62,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
62
to: { name: 'privacy' },
63
type: 'link',
64
external: false,
65
- iconClass: 'i-carbon:security',
+ iconClass: 'i-lucide:shield-check',
66
},
67
{
68
name: 'Accessibility',
app/components/Package/Dependencies.vue
@@ -110,7 +110,7 @@ const numberFormatter = useNumberFormatter()
110
class="shrink-0"
111
:class="SEVERITY_TEXT_COLORS[getHighestSeverity(getVulnerableDepInfo(dep)!.counts)]"
112
:title="`${getVulnerableDepInfo(dep)!.counts.total} vulnerabilities`"
113
- classicon="i-carbon:security"
+ classicon="i-lucide:shield-check"
114
>
115
<span class="sr-only">{{ $t('package.dependencies.view_vulnerabilities') }}</span>
116
</LinkBase>
0 commit comments