Skip to content

Commit

Permalink
refactor: Remove music page and update navigation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshu05 committed Aug 27, 2024
1 parent 3d937be commit 0583b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion src/components/(layout)/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const NavBar: React.FC = () => {
const handleLinkClick = () => setIsOpen(false);

const routes = ['/', '/about', '/posts'];
const menuRoutes = ['/gallery', '/music', '/guestbook'];
const menuRoutes = ['/gallery', '/guestbook'];

return (
<header className="w-11/12 md:w-4/5 lg:w-3/4 xl:w-2/3 2xl:w-1/2 mx-auto py-10">
Expand Down
25 changes: 0 additions & 25 deletions src/pages/music/index.tsx

This file was deleted.

0 comments on commit 0583b6a

Please sign in to comment.