diff --git a/mymoney.dump b/mymoney.dump
new file mode 100644
index 0000000..8b26095
Binary files /dev/null and b/mymoney.dump differ
diff --git a/src/app/favicon.ico b/src/app/favicon.ico
index 718d6fe..54375e3 100644
Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ
diff --git a/src/components/shared/navigation/MobileSidebar.tsx b/src/components/shared/navigation/MobileSidebar.tsx
index 58952ff..bf8c0eb 100644
--- a/src/components/shared/navigation/MobileSidebar.tsx
+++ b/src/components/shared/navigation/MobileSidebar.tsx
@@ -3,6 +3,7 @@
import { useEffect, useRef } from "react";
import {
SidebarAccount,
+ SidebarBrand,
SidebarLinks,
} from "@/components/shared/navigation/Sidebar";
import { SidebarOverlay } from "@/components/shared/navigation/SidebarOverlay";
@@ -81,7 +82,8 @@ export function MobileSidebar({
inert={!open}
ref={panelRef}
>
-
+
+
>