From 5d5bfcb26d364d7b5721584400ec466161a63321 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Tue, 3 Oct 2023 20:44:19 +0000 Subject: [PATCH] Free trial invite button is a green badge --- src/rust/lqos_node_manager/static/lqos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/lqos_node_manager/static/lqos.js b/src/rust/lqos_node_manager/static/lqos.js index 3061784c..7c30fadb 100644 --- a/src/rust/lqos_node_manager/static/lqos.js +++ b/src/rust/lqos_node_manager/static/lqos.js @@ -174,7 +174,7 @@ function updateHostCounts() { } case "NotSetup": { template = template.replace("$URL$", "https://stats.libreqos.io/trial1/" + encodeURI(data.node_id)) - .replace("$TEXT$", "Statistics Free Trial"); + .replace("$TEXT$", "Statistics Free Trial"); } break; default: { template = template.replace("$URL$", "https://stats.libreqos.io/")