Skip to content

Commit 1cba4f8

Browse files
committed
replace dependency icon
1 parent 0d8af0e commit 1cba4f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/DependencyPathPopup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function parsePackageString(pkg: string): { name: string; version: string } {
7272
:aria-expanded="isOpen"
7373
@click.stop="togglePopup"
7474
>
75-
<span class="i-carbon:tree-view w-3 h-3" aria-hidden="true" />
75+
<span class="i-lucide:network w-3 h-3" aria-hidden="true" />
7676
<span>{{ $t('package.vulnerabilities.path') }}</span>
7777
</button>
7878

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ const showSkeleton = shallowRef(false)
983983
size="small"
984984
:to="`https://npmgraph.js.org/?q=${pkg.name}`"
985985
:title="$t('package.stats.view_dependency_graph')"
986-
classicon="i-carbon:network-3"
986+
classicon="i-lucide:network -rotate-90"
987987
>
988988
<span class="sr-only">{{ $t('package.stats.view_dependency_graph') }}</span>
989989
</LinkBase>
@@ -993,7 +993,7 @@ const showSkeleton = shallowRef(false)
993993
size="small"
994994
:to="`https://node-modules.dev/grid/depth#install=${pkg.name}${resolvedVersion ? `@${resolvedVersion}` : ''}`"
995995
:title="$t('package.stats.inspect_dependency_tree')"
996-
classicon="i-carbon:tree-view"
996+
classicon="i-lucide:table"
997997
>
998998
<span class="sr-only">{{ $t('package.stats.inspect_dependency_tree') }}</span>
999999
</LinkBase>

0 commit comments

Comments
 (0)