Skip to content

Commit f1559a5

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9fa2d5c commit f1559a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ onKeyStroke(
611611
e => {
612612
if (!currentVersionRelease.value) return
613613
e.preventDefault()
614-
navigateTo(currentVersionRelease.value.url)
614+
navigateTo(currentVersionRelease.value.url, { external: true })
615615
},
616616
{ dedupe: true },
617617
)
@@ -764,7 +764,7 @@ const showSkeleton = shallowRef(false)
764764
variant="button-secondary"
765765
:to="currentVersionRelease.url"
766766
aria-keyshortcuts="r"
767-
classicon="i-carbon-catalog"
767+
classicon="i-carbon:catalog"
768768
>
769769
{{ $t('package.links.release') }}
770770
</LinkBase>

0 commit comments

Comments
 (0)