Merge pull request #1027 from Retrospring/fix-error-page

fix image in 502 page
This commit is contained in:
Georg Gadinger 2023-01-30 17:34:56 +01:00 committed by GitHub
commit 2008fe28fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<div class="dialog">
<div>
<h1>This page takes way too long to load!</h1>
<img src="images/errors/original/angry_unicorn.png" alt="Unicorn">
<img src="/images/errors/original/angry_unicorn.png" alt="Unicorn">
</div>
<p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
</div>