web/satellite/static: fix 404 and 500 page logo link

Change-Id: Ib22b399b142a8cf6622f24e101d9096553e5e25b
This commit is contained in:
Egon Elbre 2021-11-22 14:17:07 +02:00
parent 8f07abafe0
commit 88904301b2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<body>
<div class="error-container">
<a href="/" class="logo">
<img src="/static/static/images/dcs-logo.svg" alt="Storj logo">
<img src="/static/static/images/logo.svg" alt="Storj logo">
</a>
<h1 class="title">404. Something Went Wrong</h1>
<img src="/static/static/images/errors/404.svg" alt="Illustration for 404 page">

View File

@ -11,7 +11,7 @@
<body>
<div class="error-container">
<a href="/" class="logo">
<img src="/static/static/images/dcs-logo.svg" alt="Storj logo">
<img src="/static/static/images/logo.svg" alt="Storj logo">
</a>
<h1 class="title">500. Internal server error</h1>
<img src="/static/static/images/errors/50X.svg" alt="Illustration for 500 page">