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:
DJObleezy 2025-04-12 20:01:20 -07:00
parent a4178d0a9b
commit d9d239e06b

View File

@ -15,7 +15,7 @@
<h1>ERROR!</h1>
<div class="error-code">CODE: SYS_EXCEPTION_0x69420</div>
<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>
</body>