Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 4cd64ac

Browse files
pete-watterskyranjamie
authored andcommitted
fix: update link to leather-wallet desktop download, closes #1220
1 parent 66b8efa commit 4cd64ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/title-bar/title-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const TitleBar: FC = () => {
5353
{isNewerReleaseAvailable && latestRelease && (
5454
<UpdateAvailableButton
5555
windowState={winState}
56-
onClick={() => openExternalLink('https://www.hiro.so/wallet/install-desktop')}
56+
onClick={() => openExternalLink('https://leather.io/wallet/install-desktop')}
5757
/>
5858
)}
5959
<Flex alignItems="center" ml="base">

0 commit comments

Comments
 (0)