Skip to content

Commit

Permalink
fix: update link to leather-wallet desktop download, closes #1220
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters authored and kyranjamie committed Sep 19, 2023
1 parent 66b8efa commit 4cd64ac
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/wallet/install-desktop')}
/>
)}
<Flex alignItems="center" ml="base">
Expand Down

0 comments on commit 4cd64ac

Please sign in to comment.