Tighten mobile hero lookup button
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 29s

This commit is contained in:
Codex Bot
2026-03-24 12:44:59 +01:00
parent 7faee8814f
commit 81852bae8c
2 changed files with 20 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<input class="form-control" id="heroMinerAddress" type="text" placeholder="Enter wallet address to open worker statistics">
<span class="input-group-btn">
<button class="btn btn-default" type="button" id="heroMinerLookup">
<i class="fa fa-search"></i> View Worker Statistics
<i class="fa fa-search"></i> <span class="hero-lookup-label">View Worker Statistics</span>
</button>
</span>
</div>