Skip to content

Commit

Permalink
change names
Browse files Browse the repository at this point in the history
  • Loading branch information
martincham committed Oct 11, 2024
1 parent 3987275 commit 208770f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ const devItems = [
];

const aboutItems = [
{ name: "Artist Statement", date: "", href: "/artist" },
{ name: "About Me", date: "", href: "/about" },
{ name: "Artist Statement", date: "", href: "/artist" },
{ name: "Resume", date: "", href: "/resume" },
{ name: "Teaching", date: "", href: "/teaching" },
];

const sidebarItems = [
{ name: "Art Projects", items: artItems },
{ name: "Dev Projects", items: devItems },
{ name: "Sculpture", items: artItems },
{ name: "Technical Projects", items: devItems },
{ name: "About", items: aboutItems },
];

Expand Down

0 comments on commit 208770f

Please sign in to comment.