Skip to content

Commit

Permalink
fix: href url in download button (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Feb 13, 2025
1 parent 82a828c commit 02a5830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserMenu/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const UserMenu = React.memo((props: UserMenuProps) => {

onClickDownload &&
onClickDownload(event, {
href: config.get("DOWNLOAD_URL"),
href: defaultDownloadOption.link,
})

const redirectUrl = updateUrlWithLastValue(
Expand Down

0 comments on commit 02a5830

Please sign in to comment.