refactor: readd 'about' link

This commit is contained in:
Thomas Bishop 2025-07-20 17:20:26 +01:00
parent a21e5721d2
commit 4ceb999579

View file

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