File tree Expand file tree Collapse file tree
app/pages/package/[[org]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -848,6 +848,16 @@ const showSkeleton = shallowRef(false)
848848 :style =" navExtraOffsetStyle"
849849 :class =" $style.packageNav"
850850 >
851+ <LinkBase
852+ variant =" button-secondary"
853+ v-if =" fundingUrl"
854+ :to =" fundingUrl"
855+ aria-keyshortcuts =" f"
856+ classicon =" i-lucide:heart"
857+ :title =" $t('package.links.fund')"
858+ >
859+ <span class =" max-sm:sr-only" >{{ $t('package.links.fund') }}</span >
860+ </LinkBase >
851861 <LinkBase
852862 variant =" button-secondary"
853863 v-if =" docsLink"
@@ -1013,11 +1023,6 @@ const showSkeleton = shallowRef(false)
10131023 {{ $t('package.links.jsr') }}
10141024 </LinkBase >
10151025 </li >
1016- <li v-if =" fundingUrl" >
1017- <LinkBase :to =" fundingUrl" classicon =" i-lucide:heart" >
1018- {{ $t('package.links.fund') }}
1019- </LinkBase >
1020- </li >
10211026 <!-- Mobile-only: Docs + Code + Compare links -->
10221027 <li v-if =" docsLink && displayVersion" class =" sm:hidden" >
10231028 <LinkBase :to =" docsLink" classicon =" i-lucide:file-text" >
You can’t perform that action at this time.
0 commit comments