mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 14:24:27 +01:00
increase top border for client list on error page.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user