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 b280c14 commit 6302305
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions next/src/components/sidebar/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
FaBusinessTime,
FaCog,
FaDiscord,
FaFileCode,
FaGithub,
FaHome,
FaLinkedin,
Expand Down Expand Up @@ -55,6 +56,16 @@ export const PAGE_LINKS: LinkMetadata[] = [
className: "transition-transform group-hover:rotate-90",
enabled: true,
},
{
name: "Templates",
href: "/templates",
icon: FaFileCode,
className: "transition-transform group-hover:scale-110",
enabled: true,
badge: {
text: "New",
},
},
{
name: "Organization",
href: "/organization",
Expand Down

0 comments on commit 6302305

Please sign in to comment.