Skip to content

Commit

Permalink
update(banner): close banner after user downloads installer (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm authored Dec 4, 2024
1 parent f012a05 commit 3992c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/ui/InstallBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
text={platformButtonProps[platform].text}
on:click={() => {
window.open(platformButtonProps[platform].download)
closeBanner()
}}>
<Icon icon={platformButtonProps[platform].icon} highlight={Appearance.Success} />
</Button>
Expand Down

0 comments on commit 3992c8e

Please sign in to comment.