generated from nhcarrigan/template
This commit is contained in:
@@ -591,6 +591,46 @@ export const navigation = [
|
||||
label: "TypeScript Config",
|
||||
link: "/projects/typescript-config",
|
||||
badge: { text: "v4.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Discord Analytics",
|
||||
link: "/projects/discord-analytics",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Eclaire",
|
||||
link: "/projects/eclaire",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "freeCodeCamp Review Generator",
|
||||
link: "/projects/freecodecamp-review-generator",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Keiko",
|
||||
link: "/projects/keiko",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Meeting Minutes",
|
||||
link: "/projects/meeting-minutes",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Nomena",
|
||||
link: "/projects/nomena",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Scripts",
|
||||
link: "/projects/scripts",
|
||||
badge: { text: "v1.0.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Sylvara",
|
||||
link: "/projects/sylvara",
|
||||
badge: { text: "unreleased", variant: "danger" },
|
||||
}
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user