Skip to content

Commit

Permalink
Use IconPieChart for web analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Oct 26, 2023
1 parent 9717d6d commit 16f1e45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/src/layout/navigation-3000/navigationLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
IconLive,
IconPeople,
IconPerson,
IconPieChart,
IconQuestion,
IconRewindPlay,
IconTestTube,
Expand All @@ -36,7 +37,6 @@ import { featureFlagsSidebarLogic } from './sidebars/featureFlags'
import { insightsSidebarLogic } from './sidebars/insights'
import { personsAndGroupsSidebarLogic } from './sidebars/personsAndGroups'
import { toolbarSidebarLogic } from './sidebars/toolbar'
import { IconWeb } from 'lib/lemon-ui/icons'
import { isNotNil } from 'lib/utils'

/** Multi-segment item keys are joined using this separator for easy comparisons. */
Expand Down Expand Up @@ -336,7 +336,7 @@ export const navigation3000Logic = kea<navigation3000LogicType>([
? {
identifier: Scene.WebAnalytics,
label: 'Web Analytics',
icon: <IconWeb />,
icon: <IconPieChart />,
to: isUsingSidebar ? undefined : urls.webAnalytics(),
}
: null,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@medv/finder": "^2.1.0",
"@microlink/react-json-view": "^1.21.3",
"@monaco-editor/react": "4.4.6",
"@posthog/icons": "0.1.4",
"@posthog/icons": "0.1.21",
"@posthog/plugin-scaffold": "^1.4.3",
"@react-hook/size": "^2.1.2",
"@rrweb/types": "^2.0.0-alpha.11",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16f1e45

Please sign in to comment.