Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 9, 2024
1 parent 6e854b8 commit 49c71fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import MobileHeaderLinks from "./MobildeHeader";
export default function Header() {
const headerLinks = [
{ name: "Home", href: "/" },
{ name: "Payment", href: "/payment" },
{ name: "Blogs", href: "/blogs" },
{ name: "Payment", href: "/payment" },
];

return (
Expand Down

0 comments on commit 49c71fc

Please sign in to comment.