increase top border for client list on error page.

This commit is contained in:
fiatjaf
2024-11-27 10:47:27 -03:00
committed by dtonon
parent 57fddd135a
commit 5a0bd692e6

View File

@@ -63,7 +63,9 @@ templ errorTemplate(params ErrorPageParams) {
>Go to the homepage</a> >Go to the homepage</a>
</div> </div>
if params.Clients != nil { if params.Clients != nil {
<div class="mt-12">
@clientsTemplate(params.Clients) @clientsTemplate(params.Clients)
</div>
} }
</div> </div>
</div> </div>