diff --git a/web/static/numerus.js b/web/static/numerus.js index 7a5dbd6..13eadec 100644 --- a/web/static/numerus.js +++ b/web/static/numerus.js @@ -712,7 +712,7 @@ htmx.on('closeModal', () => { }); htmx.on(document, 'alpine:init', () => { - document.body.classList.remove('show-filters'); + document.body.classList.remove('filters-visible'); Alpine.data('snackbar', () => ({ show: false, toast: "", toasts: [], timeoutId: null, init() { diff --git a/web/template/app.gohtml b/web/template/app.gohtml index e0a5203..7b757ca 100644 --- a/web/template/app.gohtml +++ b/web/template/app.gohtml @@ -9,7 +9,7 @@ - +

Numerus