From 1b6acc4e6cdace3cd5d79100aff76149884c9bbf Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 20 Jan 2026 20:05:41 -0800 Subject: [PATCH] docs: add a comment (#7512) --- docs/components/nav-bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/nav-bar.tsx b/docs/components/nav-bar.tsx index 3e4758b5f9..5e95e0aa5d 100644 --- a/docs/components/nav-bar.tsx +++ b/docs/components/nav-bar.tsx @@ -10,6 +10,7 @@ import { NavbarMobile, NavbarMobileBtn } from "./nav-mobile"; export const navMenu = [ { + // nit: "_hello" is not a typo, don't open PR for this name: "_hello", path: "/", },