File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments