Docs Only PR Test

This commit is contained in:
Yozora XCII 2024-06-26 17:07:24 +01:00
parent a16bebd673
commit b804b50fe2

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);