Skip to content

Commit 089a73b

Browse files
authored
refactor: remove redundant title attributes from package nav (#1999)
1 parent 2f39f4e commit 089a73b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ const showSkeleton = shallowRef(false)
863863
:to="docsLink"
864864
aria-keyshortcuts="d"
865865
classicon="i-lucide:file-text"
866-
:title="$t('package.links.docs')"
867866
>
868867
<span class="max-sm:sr-only">{{ $t('package.links.docs') }}</span>
869868
</LinkBase>
@@ -873,7 +872,6 @@ const showSkeleton = shallowRef(false)
873872
:to="codeLink"
874873
aria-keyshortcuts="."
875874
classicon="i-lucide:code"
876-
:title="$t('package.links.code')"
877875
>
878876
<span class="max-sm:sr-only">{{ $t('package.links.code') }}</span>
879877
</LinkBase>
@@ -882,7 +880,6 @@ const showSkeleton = shallowRef(false)
882880
:to="{ name: 'compare', query: { packages: pkg.name } }"
883881
aria-keyshortcuts="c"
884882
classicon="i-lucide:git-compare"
885-
:title="$t('package.links.compare')"
886883
>
887884
<span class="max-sm:sr-only">{{ $t('package.links.compare') }}</span>
888885
</LinkBase>
@@ -900,7 +897,6 @@ const showSkeleton = shallowRef(false)
900897
<ButtonBase
901898
v-if="showScrollToTop"
902899
variant="secondary"
903-
:title="$t('common.scroll_to_top')"
904900
:aria-label="$t('common.scroll_to_top')"
905901
@click="scrollToTop"
906902
classicon="i-lucide:arrow-up"

0 commit comments

Comments
 (0)