Просмотр исходного кода

feat(profiling): Switch to new profiling icon (#41173)

Tony Xiao 2 лет назад
Родитель
Сommit
87ffd01d1d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      static/app/components/sidebar/index.tsx

+ 2 - 2
static/app/components/sidebar/index.tsx

@@ -16,11 +16,11 @@ import {
   IconLightning,
   IconList,
   IconPlay,
+  IconProfiling,
   IconProject,
   IconReleases,
   IconSettings,
   IconSiren,
-  IconSpan,
   IconStats,
   IconSupport,
   IconTelescope,
@@ -279,7 +279,7 @@ function Sidebar({location, organization}: Props) {
       <SidebarItem
         {...sidebarItemProps}
         index
-        icon={<IconSpan size="md" />}
+        icon={<IconProfiling size="md" />}
         label={t('Profiling')}
         to={`/organizations/${organization.slug}/profiling/`}
         id="profiling"