mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-28 20:52:28 +02:00
Update dashboard return link in error page
Changed the return link from the root URL ("/") to the specific dashboard URL ("/dashboard") for better navigation.
This commit is contained in:
parent
a4178d0a9b
commit
d9d239e06b
@ -15,7 +15,7 @@
|
|||||||
<h1>ERROR!</h1>
|
<h1>ERROR!</h1>
|
||||||
<div class="error-code">CODE: SYS_EXCEPTION_0x69420</div>
|
<div class="error-code">CODE: SYS_EXCEPTION_0x69420</div>
|
||||||
<p>{{ message }}<span class="terminal-cursor"></span></p>
|
<p>{{ message }}<span class="terminal-cursor"></span></p>
|
||||||
<a href="/" class="btn btn-primary">RETURN TO DASHBOARD</a>
|
<a href="/dashboard" class="btn btn-primary">RETURN TO DASHBOARD</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user