Skip to content

Commit

Permalink
UI: Use redpanda logo for peer component's kafka (#1690)
Browse files Browse the repository at this point in the history
Uses redpanda logo for peer component

<img width="1154" alt="Screenshot 2024-05-08 at 2 16 56 PM"
src="https://github.com/PeerDB-io/peerdb/assets/65964360/e04198c5-2c5c-4dd9-b91d-7747f23bf73d">
<img width="231" alt="Screenshot 2024-05-08 at 2 17 09 PM"
src="https://github.com/PeerDB-io/peerdb/assets/65964360/8cbb2580-11ab-4918-9a01-827c8cbaad07">
  • Loading branch information
Amogh-Bharadwaj authored May 8, 2024
1 parent a11c3d4 commit 829e753
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/PeerComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
31 changes: 31 additions & 0 deletions ui/public/svgs/redpanda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 829e753

Please sign in to comment.