Skip to content

Commit

Permalink
Hide WIP pages from view (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaDawsonDev authored Jan 5, 2024
1 parent 1a46b8c commit e764585
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions data/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@ export interface IPage {

export const pages: IPage[] = [
{ name: "Home", href: "/" },
{ name: "Alerts", href: "/alerts", content: "alerts" },
{
name: "Animations",
href: "/animations",
content: "animations",
},
// { name: "Alerts", href: "/alerts", content: "alerts" },
// {
// name: "Animations",
// href: "/animations",
// content: "animations",
// },
{ name: "Audio", href: "/audio", content: "audio" },
{ name: "Breadcrumbs", href: "/breadcrumbs", content: "breadcrumbs" },
{ name: "Buttons", href: "/buttons", content: "buttons" },
{
name: "Captchas",
href: "/captchas",
content: "captchas",
},
{
name: "Charts",
href: "/charts",
content: "charts",
},
// {
// name: "Captchas",
// href: "/captchas",
// content: "captchas",
// },
// {
// name: "Charts",
// href: "/charts",
// content: "charts",
// },
{ name: "Forms", href: "/forms", content: "forms" },
{ name: "Headings", href: "/headings", content: "headings" },
{ name: "Icons", href: "/icons", content: "icons" },
// { name: "Icons", href: "/icons", content: "icons" },
{ name: "Images", href: "/images", content: "images" },
{ name: "Links", href: "/links", content: "links" },
{ name: "Lists", href: "/lists", content: "lists" },
{ name: "Menus", href: "/menus", content: "menus" },
// { name: "Lists", href: "/lists", content: "lists" },
// { name: "Menus", href: "/menus", content: "menus" },
{ name: "Modals", href: "/modals", content: "modals" },
{ name: "Navigation", href: "/navigation", content: "navigation" },
{ name: "Pagination", href: "/pagination", content: "pagination" },
{ name: "Tables", href: "/tables", content: "tables" },
{ name: "Video", href: "/video", content: "video" },
// { name: "Pagination", href: "/pagination", content: "pagination" },
// { name: "Tables", href: "/tables", content: "tables" },
// { name: "Video", href: "/video", content: "video" },
]

0 comments on commit e764585

Please sign in to comment.