diff --git a/src/App/Container.purs b/src/App/Container.purs index f84d7f6..9a801cd 100644 --- a/src/App/Container.purs +++ b/src/App/Container.purs @@ -232,7 +232,8 @@ render state Setup -> render_setup Administration -> render_authd_admin_interface -- The footer includes logs and both the WS child components. - , Bulma.columns_ [ Bulma.column_ [ render_logs ] + , Bulma.hr + , Bulma.columns_ [ Bulma.column_ [ Bulma.h3 "Logs (watch this if something fails! 😅)", render_logs ] , Bulma.column_ [ render_auth_WS, render_dnsmanager_WS ] ] ] where