chore(site): remove About menu link from navigation

This commit is contained in:
Prad Nukala
2026-07-23 13:01:20 -04:00
parent c631c90bfb
commit 84b72b8453
-4
View File
@@ -62,10 +62,6 @@ export const menuLinks: { path: string; title: string }[] = [
path: "/speaking/", path: "/speaking/",
title: "Speaking", title: "Speaking",
}, },
{
path: "/about/",
title: "About",
},
]; ];
// https://expressive-code.com/reference/configuration/ // https://expressive-code.com/reference/configuration/