File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
494494 })
495495 "
496496 class =" inline-flex items-center text-fg-muted hover:text-fg transition-colors shrink-0"
497- ></ LinkBase >
497+ / >
498498 </div >
499499 <div v-if =" row.tags.length" class =" flex items-center gap-1 mt-0.5 flex-wrap" >
500500 <span
@@ -563,11 +563,9 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
563563 v-if =" getMatchedRelease(v.version, props.releases ?? [])"
564564 :to =" getMatchedRelease(v.version, props.releases ?? [])!.url"
565565 :title =" $t('package.releases.view_release_for_version', { version: v.version })"
566+ classicon =" i-carbon-catalog size-3"
566567 class =" inline-flex items-center text-fg-muted hover:text-fg transition-colors shrink-0"
567- >
568- <span class =" i-carbon-catalog size-3" aria-hidden =" true" />
569- <span class =" sr-only" >{{ $t('package.releases.view_release') }}</span >
570- </LinkBase >
568+ />
571569 </div >
572570 <div class =" flex items-center gap-2 shrink-0" >
573571 <DateTime
You can’t perform that action at this time.
0 commit comments