Docs Only PR Test (#2143)

This commit is contained in:
YozoraXCII 2024-06-26 17:22:49 +01:00 committed by GitHub
parent a16bebd673
commit 75b99c85f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. <bold><a href="${latestURL}">Click here to go to the main wiki.</a></b> ⚠️️`;
announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. <a href="${latestURL}">Click here to go to the main wiki.</a> ⚠️️`;
}
document.write(announceText);