From 84f8a81a93201f591d874f262cb2d6776663c527 Mon Sep 17 00:00:00 2001 From: John Wang Date: Sun, 8 Dec 2024 20:16:45 -0800 Subject: [PATCH] enhance: `navbar.ts`: make BLOG heading singular --- navbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navbar.ts b/navbar.ts index 45a10224..23727fd3 100644 --- a/navbar.ts +++ b/navbar.ts @@ -18,7 +18,7 @@ const navbar: Navbar = { to: "/community", }, { - label: "📰 BLOGS", + label: "📰 BLOG", to: "/blog/", }, {