mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
lowercase nav items
This commit is contained in:
@@ -4,8 +4,8 @@ import NavLink from "./NavLink.astro";
|
||||
const { currentPage } = Astro.props;
|
||||
|
||||
const pages = [
|
||||
{ title: "Home", path: "/" },
|
||||
{ title: "About", path: "/about" },
|
||||
{ title: "home", path: "/" },
|
||||
{ title: "about", path: "/about" },
|
||||
];
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user