Skip to content

Commit

Permalink
Fix bungled merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Dec 19, 2024
1 parent 1ea3f7d commit 3f88ca3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions weave-js/src/components/FancyPage/useProjectSidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,10 @@ export const useProjectSidebar = (
iconName: IconNames.LayoutGrid,
},
{
type: 'divider' as const,
key: 'dividerWithinWeave-3',
isShown: false, // Only shown in overflow menu
type: 'button' as const,
name: 'Leaders',
slug: 'weave/leaderboards',
isShown: false, // Only shown in overflow menu
iconName: IconNames.BenchmarkSquare,
},
{
Expand Down

0 comments on commit 3f88ca3

Please sign in to comment.