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: "#",