From 75b99c85f1dcf06be668107e8b27194775f66ee1 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:22:49 +0100 Subject: [PATCH] Docs Only PR Test (#2143) --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index c47b1698..b4bb8ace 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -17,7 +17,7 @@ let latestURL = currentURL.replace(/en\/(nightly|develop)\//, 'en/latest/'); // Update the announceText to include the custom link and branch name - announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. Click here to go to the main wiki. ⚠️️`; + announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. Click here to go to the main wiki. ⚠️️`; } document.write(announceText);