Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #152 from getwax/remove-hyphens
Browse files Browse the repository at this point in the history
Remove hyphens
  • Loading branch information
voltrevo authored Nov 13, 2023
2 parents 8af3b98 + 266c200 commit 3bced8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/inpage/demo/ChooseAccountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const ChooseAccountPage = () => {
<li>L2 Cost Savings</li>
<li>Multi-Action</li>
<li>ECDSA (BLS Future)</li>
<li>(Built-in Safe)</li>
<li>(Built in Safe)</li>
</ul>
</div>
</Button>
Expand All @@ -65,7 +65,7 @@ const ChooseAccountPage = () => {
<div>
<ul style={{ textAlign: 'left' }}>
<li>Password auth</li>
<li>(Built-in Safe)</li>
<li>(Built in Safe)</li>
</ul>
</div>
</Button>
Expand Down

0 comments on commit 3bced8a

Please sign in to comment.