From 8ea673dade60ac4752d09aa55284a885ae87355f Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 2 Nov 2023 12:41:42 +0100 Subject: [PATCH] fix(ui): integraitons zustand icon --- frontend/app/assets/integrations/zustand.svg | 26 +++++++++++++++++++ .../Client/Integrations/Integrations.tsx | 4 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 frontend/app/assets/integrations/zustand.svg diff --git a/frontend/app/assets/integrations/zustand.svg b/frontend/app/assets/integrations/zustand.svg new file mode 100644 index 000000000..7c252628a --- /dev/null +++ b/frontend/app/assets/integrations/zustand.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index 67dcba20c..3a718a2a2 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -358,8 +358,8 @@ const integrations = [ { title: 'Zustand', subtitle: 'Capture Zustand mutations/state and inspect them later on while replaying session recordings.', - icon: '', - header: '🐻', + icon: 'integrations/zustand', + // header: '🐻', component: } ]