Skip to content

Commit

Permalink
wallet-ext: update unlock wallet button
Browse files Browse the repository at this point in the history
* change text to 'Unlock Wallet'
* use unlocked icon
  • Loading branch information
pchrysochoidis committed Oct 19, 2022
1 parent 0deb873 commit 1f7e436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet/src/ui/app/wallet/locked-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ export default function LockedPage() {
size="large"
>
<Icon
icon={SuiIcons.CheckFill}
icon={SuiIcons.Unlocked}
className={st.btnIcon}
/>
Unlock
Unlock Wallet
</Button>
<Link
to="/forgot-password"
Expand Down

0 comments on commit 1f7e436

Please sign in to comment.