Skip to content

Commit

Permalink
✨ Re-add template
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Oct 19, 2023
1 parent 35f5d0b commit a94f4c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions next/src/components/sidebar/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ export const PAGE_LINKS: LinkMetadata[] = [
className: "group-hover:text-red-500",
enabled: true,
},
{
name: "Settings",
href: "/settings",
icon: FaCog,
className: "transition-transform group-hover:rotate-90",
enabled: true,
},
{
name: "Templates",
href: "/templates",
Expand All @@ -66,6 +59,13 @@ export const PAGE_LINKS: LinkMetadata[] = [
text: "New",
},
},
{
name: "Settings",
href: "/settings",
icon: FaCog,
className: "transition-transform group-hover:rotate-90",
enabled: true,
},
{
name: "Organization",
href: "/organization",
Expand Down

0 comments on commit a94f4c8

Please sign in to comment.