@@ -474,7 +474,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
474474 })
475475 : row.primaryVersion.version
476476 "
477- :classicon =" row.primaryVersion.deprecated ? 'i-lucide:circle -alert-hex ' : undefined"
477+ :classicon =" row.primaryVersion.deprecated ? 'i-lucide:octagon -alert' : undefined"
478478 >
479479 <span dir =" ltr" class =" block truncate" >
480480 {{ row.primaryVersion.version }}
@@ -536,7 +536,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
536536 ? $t('package.versions.deprecated_title', { version: v.version })
537537 : v.version
538538 "
539- :classicon =" v.deprecated ? 'i-lucide:circle -alert-hex ' : undefined"
539+ :classicon =" v.deprecated ? 'i-lucide:octagon -alert' : undefined"
540540 >
541541 <span dir =" ltr" class =" block truncate" >
542542 {{ v.version }}
@@ -646,7 +646,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
646646 })
647647 : row.primaryVersion.version
648648 "
649- :classicon =" row.primaryVersion.deprecated ? 'i-lucide:circle -alert-hex ' : undefined"
649+ :classicon =" row.primaryVersion.deprecated ? 'i-lucide:octagon -alert' : undefined"
650650 >
651651 <span dir =" ltr" class =" block truncate" >
652652 {{ row.primaryVersion.version }}
@@ -726,7 +726,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
726726 : group.versions[0]?.version
727727 "
728728 :classicon ="
729- group.versions[0]?.deprecated ? 'i-lucide:circle -alert-hex ' : undefined
729+ group.versions[0]?.deprecated ? 'i-lucide:octagon -alert' : undefined
730730 "
731731 >
732732 <span dir =" ltr" class =" block truncate" >
@@ -791,7 +791,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
791791 : group.versions[0]?.version
792792 "
793793 :classicon ="
794- group.versions[0]?.deprecated ? 'i-lucide:circle -alert-hex ' : undefined
794+ group.versions[0]?.deprecated ? 'i-lucide:octagon -alert' : undefined
795795 "
796796 >
797797 <span dir =" ltr" class =" block truncate" >
@@ -855,7 +855,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
855855 ? $t('package.versions.deprecated_title', { version: v.version })
856856 : v.version
857857 "
858- :classicon =" v.deprecated ? 'i-lucide:circle -alert-hex ' : undefined"
858+ :classicon =" v.deprecated ? 'i-lucide:octagon -alert' : undefined"
859859 >
860860 <span dir =" ltr" class =" block truncate" >
861861 {{ v.version }}
0 commit comments