Clarified that "Wiki" is the "r/place Wiki"

This commit is contained in:
AnonymousRandomPerson 2023-05-11 20:16:27 -04:00
parent 1b211a15ff
commit de2bea290f
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ function createInfoBlock(entry, isPreview) {
if (!link) return
const wikiLinkElement = baseLinkElement.cloneNode()
wikiLinkElement.href = "https://place-wiki.stefanocoding.me/wiki/" + link.replace(/ /g, '_')
wikiLinkElement.innerHTML = `<i class="bi bi-book" aria-hidden="true"></i> Wiki Article`
wikiLinkElement.innerHTML = `<i class="bi bi-book" aria-hidden="true"></i>r/place Wiki Article`
wikiGroupElement.appendChild(wikiLinkElement)
})
}

View file

@ -317,7 +317,7 @@ <h6>Need Help?</h6>
<div id="discordGroup" class="mb-3 d-flex flex-column gap-2"></div>
<label id="wikiLabel" class="form-label">
<a class="text-decoration-none" href="https://place-wiki.stefanocoding.me/" target="_blank" rel="noopener noreferrer">
<span class="text-body">Wiki</span>
<span class="text-body">r/place Wiki</span>
<i class="bi bi-box-arrow-up-right" aria-hidden="true"></i>
</a>
</label>