Skip to content

Commit

Permalink
Update title-bar.tsx
Browse files Browse the repository at this point in the history
change 'Update Available' url
  • Loading branch information
DeeList authored Sep 5, 2023
1 parent c362a66 commit 7330e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/title-bar/title-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const TitleBar: FC = () => {
{isNewerReleaseAvailable && latestRelease && (
<UpdateAvailableButton
windowState={winState}
onClick={() => openExternalLink('https://www.hiro.so/wallet/install-desktop')}
onClick={() => openExternalLink('https://leather.io/install-desktop')}
/>
)}
<Flex alignItems="center" ml="base">
Expand Down

0 comments on commit 7330e09

Please sign in to comment.