Skip to content

Commit c509d56

Browse files
committed
replace security icon
1 parent 28413dc commit c509d56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
6262
to: { name: 'privacy' },
6363
type: 'link',
6464
external: false,
65-
iconClass: 'i-carbon:security',
65+
iconClass: 'i-lucide:shield-check',
6666
},
6767
{
6868
name: 'Accessibility',

app/components/Package/Dependencies.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const numberFormatter = useNumberFormatter()
110110
class="shrink-0"
111111
:class="SEVERITY_TEXT_COLORS[getHighestSeverity(getVulnerableDepInfo(dep)!.counts)]"
112112
:title="`${getVulnerableDepInfo(dep)!.counts.total} vulnerabilities`"
113-
classicon="i-carbon:security"
113+
classicon="i-lucide:shield-check"
114114
>
115115
<span class="sr-only">{{ $t('package.dependencies.view_vulnerabilities') }}</span>
116116
</LinkBase>

0 commit comments

Comments
 (0)