From 829e7538c79c9e8aeb81dc8c7a07130cddeca0fd Mon Sep 17 00:00:00 2001 From: Amogh Bharadwaj Date: Wed, 8 May 2024 17:50:23 +0530 Subject: [PATCH] UI: Use redpanda logo for peer component's kafka (#1690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uses redpanda logo for peer component Screenshot 2024-05-08 at 2 16 56 PM Screenshot 2024-05-08 at 2 17 09 PM --- ui/components/PeerComponent.tsx | 2 +- ui/public/svgs/redpanda.svg | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 ui/public/svgs/redpanda.svg diff --git a/ui/components/PeerComponent.tsx b/ui/components/PeerComponent.tsx index 6527a20247..bedbf41531 100644 --- a/ui/components/PeerComponent.tsx +++ b/ui/components/PeerComponent.tsx @@ -37,7 +37,7 @@ export const DBTypeToImageMapping = (peerType: DBType | string) => { return '/svgs/ms.svg'; case DBType.KAFKA: case 'KAFKA': - return '/svgs/kafka.svg'; + return '/svgs/redpanda.svg'; case DBType.PUBSUB: case 'PUBSUB': return '/svgs/pubsub.svg'; diff --git a/ui/public/svgs/redpanda.svg b/ui/public/svgs/redpanda.svg new file mode 100644 index 0000000000..ba9d666066 --- /dev/null +++ b/ui/public/svgs/redpanda.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +