We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa2d5c commit f1559a5Copy full SHA for f1559a5
app/pages/package/[[org]]/[name].vue
@@ -611,7 +611,7 @@ onKeyStroke(
611
e => {
612
if (!currentVersionRelease.value) return
613
e.preventDefault()
614
- navigateTo(currentVersionRelease.value.url)
+ navigateTo(currentVersionRelease.value.url, { external: true })
615
},
616
{ dedupe: true },
617
)
@@ -764,7 +764,7 @@ const showSkeleton = shallowRef(false)
764
variant="button-secondary"
765
:to="currentVersionRelease.url"
766
aria-keyshortcuts="r"
767
- classicon="i-carbon-catalog"
+ classicon="i-carbon:catalog"
768
>
769
{{ $t('package.links.release') }}
770
</LinkBase>
0 commit comments