Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ftm1337 authored Jun 24, 2024
1 parent 2d72d61 commit 1942332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2 style="font-family: light;text-align: center;">Discover and Manage eLOCK Pos
<div class="form-item-container">
<h2>Search for a NFT by ID</h2>
<input required class="in-box" id="search-inp" placeholder="Enter a NFT ID" type="number" step="1" min="1" style="font-size:;max-width:50%">
<span type="submit" class="search-btn" onclick="searchNFT(document.getElementById('search-inp').value)" style="font-size:2em;vertical-align: middle;">🔍</span>
<br><button type="submit" class="search-btn" onclick="searchNFT(document.getElementById('search-inp').value)" style="font-size:1em;vertical-align: middle;">Search 🔍</button>
</div>
</div>
<hr><br>
Expand Down

0 comments on commit 1942332

Please sign in to comment.