Skip to content

Commit

Permalink
Update Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Oct 28, 2024
1 parent 6d94e20 commit 6055b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="input-group">
<input id="searchTerm" type="text" class="form-control form-control-sm"
aria-label="Search Input" aria-describedby="submit-search" required>
<button class="btn btn-outline-success" type="submit" id="submit-search">Go</button>
<button class="btn btn-outline-info" type="submit" id="submit-search">Go</button>
</div>
</div>
<div class="row mb-2">
Expand Down

0 comments on commit 6055b5a

Please sign in to comment.