mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Replace remaining i element cases with em (#3381)
This commit is contained in:
@@ -53,7 +53,7 @@ function showSuggestDomains(value) {
|
||||
function createButton(hostname) {
|
||||
// Purposefully omit 'btn' class to save space on padding
|
||||
return $('<button type="button" class="btn-link btn-block text-right">')
|
||||
.append($("<i>").text(hostname))
|
||||
.append($("<em>").text(hostname))
|
||||
.on("click", function () {
|
||||
hideSuggestDomains();
|
||||
newDomainEl.val(hostname);
|
||||
|
||||
Reference in New Issue
Block a user