Skip to content

Commit

Permalink
fix: temporarily remove respect page
Browse files Browse the repository at this point in the history
I want to move this to a notes section or at least reword it because it
doesn't look good and isn't particularly good atm
  • Loading branch information
S1rDev10us committed Nov 27, 2024
1 parent a6f6ac0 commit f1a2808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scripts/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const paths: { name: string; path: string }[] = [
{ name: "About\xa0me", path: "/" },
{ name: "My\xa0creations", path: "/creations" },
{ name: "Posts", path: "/posts/1/" },
{ name: "Respect", path: "/respect" },
// { name: "Respect", path: "/respect" },

// { name: "Tools\xa0I\xa0Use", path: "/tools" },// I'm not sure what I want to do with this page atm
];
Expand Down

0 comments on commit f1a2808

Please sign in to comment.