Skip to content

Commit

Permalink
chore: remove contact menu
Browse files Browse the repository at this point in the history
  • Loading branch information
RejinaKP committed Oct 21, 2024
1 parent ff1094d commit 98330e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/fr/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const navBarLinks = [
{ name: "Produits", url: "/fr/pattern" },
{ name: "Services", url: "/fr/services" },
{ name: "Blog", url: "/fr/blog" },
{ name: "Contact", url: "/fr/contact" },
// { name: "Contact", url: "/fr/contact" },
];

const footerLinks = [
Expand Down
2 changes: 1 addition & 1 deletion src/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const navBarLinks = [
{ name: "Patterns", url: "/pattern" },
{ name: "Services", url: "/services" },
{ name: "Blog", url: "/blog" },
{ name: "Contact", url: "/contact" },
// { name: "Contact", url: "/contact" },
];
// An array of links for footer
const footerLinks = [
Expand Down

0 comments on commit 98330e7

Please sign in to comment.