diff --git a/website/app/app.config.ts b/website/app/app.config.ts
index 38f2357..0d883da 100644
--- a/website/app/app.config.ts
+++ b/website/app/app.config.ts
@@ -7,7 +7,7 @@ export default defineAppConfig({
info: 'cyan',
warning: 'yellow',
error: 'red',
- neutral: 'zinc'
- }
- }
-})
\ No newline at end of file
+ neutral: 'zinc',
+ },
+ },
+});
diff --git a/website/app/app.vue b/website/app/app.vue
index 3d1f86a..a770b90 100644
--- a/website/app/app.vue
+++ b/website/app/app.vue
@@ -41,5 +41,4 @@
-
+
diff --git a/website/app/components/AddLibraryModal.vue b/website/app/components/AddLibraryModal.vue
index 45693c9..d02014f 100644
--- a/website/app/components/AddLibraryModal.vue
+++ b/website/app/components/AddLibraryModal.vue
@@ -8,7 +8,7 @@
{{ title }}
{{ mangaConnectorName }}