From ff09d8fc340d7e057766feb0dea73bdf4c8b3ed7 Mon Sep 17 00:00:00 2001 From: Cory Watilo Date: Wed, 4 Dec 2024 18:16:03 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20update=20icons=20to=20match=20website,?= =?UTF-8?q?=20pipeline=20=E2=86=92=20pipelines=20(#26618)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/navigation-3000/navigationLogic.tsx | 12 ++++++------ .../sidepanel/panels/SidePanelSupport.tsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/layout/navigation-3000/navigationLogic.tsx b/frontend/src/layout/navigation-3000/navigationLogic.tsx index be44236c6dc9b..8507fe104dade 100644 --- a/frontend/src/layout/navigation-3000/navigationLogic.tsx +++ b/frontend/src/layout/navigation-3000/navigationLogic.tsx @@ -1,17 +1,17 @@ import { - IconChat, IconCursorClick, IconDashboard, IconDatabase, - IconDecisionTree, IconGraph, IconHome, IconLive, IconLogomark, IconMegaphone, + IconMessage, IconNotebook, IconPeople, IconPieChart, + IconPlug, IconPlusSmall, IconRewindPlay, IconRocket, @@ -492,7 +492,7 @@ export const navigation3000Logic = kea([ { identifier: Scene.Surveys, label: 'Surveys', - icon: , + icon: , to: urls.surveys(), }, featureFlags[FEATURE_FLAGS.PRODUCT_INTRO_PAGES] !== 'test' || hasOnboardedFeatureFlags @@ -506,7 +506,7 @@ export const navigation3000Logic = kea([ { identifier: Scene.DataWarehouse, label: 'Data warehouse', - icon: , + icon: , to: isUsingSidebar ? undefined : urls.dataWarehouse(), }, featureFlags[FEATURE_FLAGS.SQL_EDITOR] @@ -529,8 +529,8 @@ export const navigation3000Logic = kea([ hasOnboardedAnyProduct ? { identifier: Scene.Pipeline, - label: 'Data pipeline', - icon: , + label: 'Data pipelines', + icon: , to: urls.pipeline(), } : null, diff --git a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx index 927f6e16916af..d2bbaca004f2a 100644 --- a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx +++ b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx @@ -2,13 +2,13 @@ import { IconAI, IconChevronDown, IconDatabase, - IconDecisionTree, IconFeatures, IconGraph, IconHelmet, IconMap, IconMessage, IconPieChart, + IconPlug, IconRewindPlay, IconStack, IconTestTube, @@ -72,7 +72,7 @@ const PRODUCTS = [ { name: 'Data pipelines', slug: 'cdp', - icon: , + icon: , }, { name: 'Data warehouse',