Skip to content

Commit

Permalink
edit: link don't used nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ninew089 committed Jul 16, 2023
1 parent b3da69f commit 3e555f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,12 @@ const MyApp: AppType<{ session: Session | null }> = ({
const menu: INavbarProps["data"] = [
{
name: "Home",
href: "#",
href: "/",
},
{
name: "About",
href: "/about-us",
},
{
name: "Contact",
href: "#",
},
{
name: "Service",
href: "#",
},
];

return (
Expand Down

0 comments on commit 3e555f7

Please sign in to comment.