Free trial invite button is a green badge

This commit is contained in:
Herbert Wolverson 2023-10-03 20:44:19 +00:00
parent 9644c7bc7a
commit 5d5bfcb26d

View File

@ -174,7 +174,7 @@ function updateHostCounts() {
}
case "NotSetup": {
template = template.replace("$URL$", "https://stats.libreqos.io/trial1/" + encodeURI(data.node_id))
.replace("$TEXT$", "<span style='color: #90EE90'>Statistics Free Trial</span>");
.replace("$TEXT$", "<span class='badge badge-pill badge-success green-badge'>Statistics Free Trial</span>");
} break;
default: {
template = template.replace("$URL$", "https://stats.libreqos.io/")