diff --git a/src/App.jsx b/src/App.jsx index 71f927f..559d132 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -187,6 +187,7 @@ export default function App() { const [darkMode, setDarkMode] = useState(() => localStorage.getItem("rapport_dark") === "1"); const [showChangelog, setShowChangelog] = useState(() => localStorage.getItem("rapport_changelog_seen") !== "0.5"); const [changelogVersion, setChangelogVersion] = useState("0.5"); + const [showAbout, setShowAbout] = useState(false); const [navOpen, setNavOpen] = useState(false); const [expandedNav, setExpandedNav] = useState(new Set(["buchhaltung"])); const [sidebarCollapsed, setSidebarCollapsed] = useState(() => localStorage.getItem("rapport_sidebar_collapsed") === "1"); @@ -534,11 +535,12 @@ export default function App() { ))} - {!collapsed &&