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