Skip to content

Commit

Permalink
Update src/components/sidebar/sidebarLinks.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
  • Loading branch information
chargome and s1gr1d authored Oct 28, 2024
1 parent ccec999 commit 8a44845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/sidebarLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8a44845

Please sign in to comment.