Skip to content

Commit 7409c54

Browse files
Change Open Science to Resources
Move menu item before after About; rename to Resources and reorder in navbar. X-Lovable-Edit-ID: edt-e8a79db8-2837-4582-b3f8-ec7706160146 Co-authored-by: mrouard21 <249104142+mrouard21@users.noreply.github.com>
2 parents bcb5715 + c067435 commit 7409c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const navItems = [
88
{ label: "Home", href: "/" },
99
{ label: "Databases & Tools", href: "/databases" },
1010
{ label: "Training", href: "/training" },
11-
{ label: "Open Science", href: "/open-science" },
1211
{ label: "Projects", href: "/projects" },
1312
{ label: "Members", href: "/members" },
1413
{ label: "Publications", href: "/publications" },
1514
{ label: "News", href: "https://www.linkedin.com/company/south-green-bioinformatics-platform", external: true },
1615
{ label: "About", href: "/#about" },
16+
{ label: "Resources", href: "/open-science" },
1717
];
1818

1919
export function Navbar() {

0 commit comments

Comments
 (0)