tune unauth page a bit

This commit is contained in:
perennial
2024-10-06 01:37:43 +10:00
parent 127ff47c7d
commit 88a1f6f18c
+3 -3
View File
@@ -1,8 +1,8 @@
{{- extends "layout/default" }}
{{- block body() }}
<div class="container error">
<h1>Unauthorized</h1>
<div class="row justify-content-center g-4">
<h1 class="text-center">Unauthorized</h1>
<p>You need to <a href="/settings#login">log in</a> to use this feature.</p>
<p class="text-center">You need to <a href="/settings#login">log in</a> to use this feature.</p>
</div>
{{- end }}