Skip to content

Commit

Permalink
feat: capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 21, 2024
1 parent fa44c95 commit f421786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h1>Approve Funding</h1>
</div>
<div class="approve-content">
<div class="current-allowance">
<span>current allowance:</span>
<span>Current allowance:</span>
<span class="current-allowance-amount">-</span>
</div>
<div class="approve-selectors">
<w3m-network-button></w3m-network-button>
<input class="amount-selector" type="text" name="amount" min="0" inputmode="numeric" placeholder="enter amount" />
<input class="token-selector" list="token-options" type="text" name="address" placeholder="enter token address"/>
<input class="amount-selector" type="text" name="amount" min="0" inputmode="numeric" placeholder="Enter amount" />
<input class="token-selector" list="token-options" type="text" name="address" placeholder="Enter token address"/>
<datalist id="token-options"></datalist>
</div>
</div>
Expand Down

0 comments on commit f421786

Please sign in to comment.