diff --git a/app/app.vue b/app/app.vue
index ad991e5e..29936a9b 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -14,5 +14,7 @@ const dir = computed(() => (textDirection.value === 'rtl' ? 'rtl' : 'ltr'))
+
+
diff --git a/app/components/layout/SidebarNavFooter.vue b/app/components/layout/SidebarNavFooter.vue
index 0e07e822..68d8d9a2 100644
--- a/app/components/layout/SidebarNavFooter.vue
+++ b/app/components/layout/SidebarNavFooter.vue
@@ -50,7 +50,7 @@ const showModalTheme = ref(false)