refactor: readd 'about' link
This commit is contained in:
parent
a21e5721d2
commit
4ceb999579
1 changed files with 7 additions and 1 deletions
|
|
@ -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: "#",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue