Skip to content

Commit 0af8e95

Browse files
authored
Merge pull request #1392 from thunderstore-io/03-09-fix_install_button_on_package_detail_page
Fix Install button on package detail page
2 parents 5487b8c + 9155314 commit 0af8e95

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)