Skip to content

Commit

Permalink
fix:modify navbar links (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanBalota authored Jan 24, 2024
1 parent 388d765 commit a88414a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/data.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export const navLinks = [
{ index: 1, name: "Home", href: "/" },
{ index: 1, name: "Acasă", href: "/" },
{ index: 2, name: "Blog", href: "/blog/" },
{ index: 3, name: "Despre", href: "/despre/" },
{ index: 4, name: "Regulament", href: "/regulament/" },
{ index: 5, name: "Confidențialitate", href: "/confidentialitate/" },
{ index: 4, name: "Contact", href: "/#contact" },
];

export const sponsors = [
Expand Down

0 comments on commit a88414a

Please sign in to comment.