From 4ceb999579c8b349c69562b06c0c14bb047d75ca Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 20 Jul 2025 17:20:26 +0100 Subject: [PATCH] refactor: readd 'about' link --- src/containers/AppSidebar.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/containers/AppSidebar.tsx b/src/containers/AppSidebar.tsx index 6e2800e..79b1a68 100644 --- a/src/containers/AppSidebar.tsx +++ b/src/containers/AppSidebar.tsx @@ -1,4 +1,4 @@ -import { FileText, Waypoints, SquareLibrary, Settings, ChevronRight } from "lucide-react" +import { Info, FileText, Waypoints, SquareLibrary, Settings, ChevronRight } from "lucide-react" import { Sidebar, @@ -15,6 +15,12 @@ import TagListSidebar from "@/components/TagListSidebar" import EntriesListSidebar from "@/components/EntriesListSidebar" const footerMenu = [ + { + title: "About", + url: "#", + icon: Info, + }, + { title: "Settings", url: "#",