From 94f67f51fdcd02821ea7781cf3071eefedaa4756 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 17 Dec 2023 21:17:43 +0100 Subject: [PATCH] fixed typo --- status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.html b/status.html index 9512972..fb8e620 100644 --- a/status.html +++ b/status.html @@ -257,7 +257,7 @@ const Info = document.createElement('td') Info.style.backgroundColor = rowColor const logFile = pkg.status === 'failed' ? '' : '' - const aw = 'AW' + const aw = 'AW' const info = '' Info.classList.add('text-end') Info.innerHTML = `${logFile} ${aw} ${info}`