Skip to content

Commit 9155314

Browse files
committed
Fix Install button on package detail page
1 parent 5487b8c commit 9155314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/cyberstorm-remix/app/p/packageListing.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ export default function PackageListing() {
479479
csVariant="accent"
480480
csSize="big"
481481
rootClasses="package-listing-sidebar__install"
482+
primitiveType="link"
483+
href={listing.install_url}
482484
>
483485
<NewIcon csMode="inline">
484486
<ThunderstoreLogo />

0 commit comments

Comments
 (0)