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>
</div>
if params.Clients != nil {
@clientsTemplate(params.Clients)
<div class="mt-12">
@clientsTemplate(params.Clients)
</div>
}
</div>
</div>