web/satellite/static: fix 404 and 500 page logo link
Change-Id: Ib22b399b142a8cf6622f24e101d9096553e5e25b
This commit is contained in:
parent
8f07abafe0
commit
88904301b2
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user