Skip to content

Commit

Permalink
Merge pull request #1392 from thunderstore-io/03-09-fix_install_butto…
Browse files Browse the repository at this point in the history
…n_on_package_detail_page

Fix Install button on package detail page
  • Loading branch information
Oksamies authored Mar 10, 2025
2 parents 5487b8c + 9155314 commit 0af8e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/cyberstorm-remix/app/p/packageListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ export default function PackageListing() {
csVariant="accent"
csSize="big"
rootClasses="package-listing-sidebar__install"
primitiveType="link"
href={listing.install_url}
>
<NewIcon csMode="inline">
<ThunderstoreLogo />
Expand Down

0 comments on commit 0af8e95

Please sign in to comment.