Skip to content

Commit

Permalink
feat: remove navigation useless for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Mar 12, 2024
1 parent 471a596 commit b5df3ae
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions src/components/PacoupaHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@ export const PacoupaHeader = () => {
}
// serviceTagline={config.tagline}
operatorLogo={operatorLogo}
navigation={[
{
isActive: true,
linkProps: {
href: "/",
target: "_self",
},
text: "Accueil",
},
{
linkProps: {
href: "#",
target: "_self",
},
text: "Simulateur",
},
{
linkProps: {
href: "#",
target: "_self",
},
text: "Solutions",
},
{
linkProps: {
href: "#",
target: "_self",
},
text: "À propos",
},
]}
// navigation={[
// {
// isActive: true,
// linkProps: {
// href: "/",
// target: "_self",
// },
// text: "Accueil",
// },
// {
// linkProps: {
// href: "#",
// target: "_self",
// },
// text: "Simulateur",
// },
// {
// linkProps: {
// href: "#",
// target: "_self",
// },
// text: "Solutions",
// },
// {
// linkProps: {
// href: "#",
// target: "_self",
// },
// text: "À propos",
// },
// ]}
/>
);
};

0 comments on commit b5df3ae

Please sign in to comment.