diff --git a/web/eslint.config.mjs b/web/eslint.config.mjs
index f3cf9d7f10..fc5e35ce6d 100644
--- a/web/eslint.config.mjs
+++ b/web/eslint.config.mjs
@@ -81,6 +81,7 @@ export default [
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-nested-ternary': 'off',
'unicorn/consistent-function-scoping': 'off',
+ 'unicorn/filename-case': 'off',
'unicorn/prefer-top-level-await': 'off',
'unicorn/import-style': 'off',
'svelte/button-has-type': 'error',
diff --git a/web/src/app.html b/web/src/app.html
index 6fd02dc9f8..c0ac3cfe6c 100644
--- a/web/src/app.html
+++ b/web/src/app.html
@@ -101,6 +101,12 @@
+
+