error/*: remove back button, and change 502
All checks were successful
/ render (push) Successful in 31s

This commit is contained in:
Antoine Martin 2024-09-29 18:52:53 -04:00
parent 6d6fd82e1b
commit 5ff4ff0eab
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
5 changed files with 5 additions and 72 deletions

View file

@ -10,15 +10,3 @@ Try refreshing the page, or going back and attempting the action again.
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
<script>
(function () {
var goBack = document.querySelector('.js-go-back');
if (history.length > 1) {
goBack.style.display = 'inline';
}
})();
</script>