mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-25 07:24:14 +01:00
Remove redundant here and link "our Discord server" instead
This commit is contained in:
parent
7b2e9af945
commit
f6b89ac7c1
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ window.addEventListener("error", function (e) {
|
|||
var errorMessage = "<p class=\"error\">An error has occurred:</p>";
|
||||
errorMessage += "<p class=\"errorBody\">" + e.message + "</p>";
|
||||
errorMessage += "<p class=\"errorBody\">on line " + e.lineno + "</p>";
|
||||
errorMessage += "<p class=\"error\">If this keeps happening, feel free to tell us on <a href=\"https://discord.gg/pJkm23b2nA\">Discord</a>.</p>";
|
||||
errorMessage += "<p class=\"error\">If this keeps happening, feel free to tell us on <a href=\"https://discord.gg/pJkm23b2nA\">our Discord server</a>.</p>";
|
||||
document.getElementById("loadingContent").innerHTML = errorMessage;
|
||||
});
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
|
|||
<p>You can then add more information about your object.</p>
|
||||
<div style="background-color:#7289DA; padding:20px">
|
||||
<p><b>Need Help?</b></p>
|
||||
<b>You can ask for help on our Discord server <a href="https://discord.gg/pJkm23b2nA">here</a>!</b><br>
|
||||
<b>You can ask for help on <a href="https://discord.gg/pJkm23b2nA">our Discord server</a>!</b><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue