File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/pages/package/[[org]] Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments