mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +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>
|
>Go to the homepage</a>
|
||||||
</div>
|
</div>
|
||||||
if params.Clients != nil {
|
if params.Clients != nil {
|
||||||
@clientsTemplate(params.Clients)
|
<div class="mt-12">
|
||||||
|
@clientsTemplate(params.Clients)
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user