File tree Expand file tree Collapse file tree
app/pages/package/[[org]]/[name] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,11 +342,6 @@ const flatItems = computed<FlatItem[]>(() => {
342342 class =" flex items-center gap-3 px-4 py-2.5 w-full text-start hover:bg-bg-subtle transition-colors"
343343 :class =" index < flatItems.length - 1 ? 'border-b border-border' : ''"
344344 :aria-expanded =" expandedGroups.has(item.groupKey)"
345- :aria-label ="
346- expandedGroups.has(item.groupKey)
347- ? $t('package.versions.collapse', { tag: item.label })
348- : $t('package.versions.expand', { tag: item.label })
349- "
350345 @click =" toggleGroup(item.groupKey)"
351346 >
352347 <span class =" w-4 h-4 flex items-center justify-center text-fg-subtle shrink-0" >
@@ -472,7 +467,6 @@ const flatItems = computed<FlatItem[]>(() => {
472467 type =" button"
473468 class =" flex items-center gap-3 px-4 py-2.5 w-full text-start border-b border-border last:border-b-0"
474469 :aria-expanded =" false"
475- :aria-label =" $t('package.versions.expand', { tag: item.label })"
476470 >
477471 <span class =" w-4 h-4 flex items-center justify-center text-fg-subtle shrink-0" >
478472 <span class =" i-lucide:chevron-right w-3 h-3 rtl-flip" aria-hidden =" true" />
You can’t perform that action at this time.
0 commit comments