From 8a448455acd594fff7a9c486f2e07e545f78db29 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 28 Oct 2024 13:30:30 +0100 Subject: [PATCH] Update src/components/sidebar/sidebarLinks.tsx Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> --- src/components/sidebar/sidebarLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sidebar/sidebarLinks.tsx b/src/components/sidebar/sidebarLinks.tsx index 8c280e7dd7df8..c510d2046fc79 100644 --- a/src/components/sidebar/sidebarLinks.tsx +++ b/src/components/sidebar/sidebarLinks.tsx @@ -11,7 +11,7 @@ import {NavNode} from './types'; import {docNodeToNavNode, getNavNodes} from './utils'; /** a root of `"some-root"` maps to the `/some-root/` url */ -// we should probably get rid of this +// todo: we should probably get rid of this const productSidebarItems = [ { title: 'Account Settings',