From 532da85f97775603ed49a0589c14b0433e091db3 Mon Sep 17 00:00:00 2001 From: VINEETH ASOK KUMAR Date: Thu, 28 Sep 2023 20:57:33 +0200 Subject: [PATCH] Fix Kafka naming --- src/components/Logos/LogosDark.ts | 2 +- src/components/Logos/LogosLight.ts | 2 +- src/components/Logos/types.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Logos/LogosDark.ts b/src/components/Logos/LogosDark.ts index c96f91da..b078b7f5 100644 --- a/src/components/Logos/LogosDark.ts +++ b/src/components/Logos/LogosDark.ts @@ -42,7 +42,7 @@ const LogosDark: Record) => JSX.Elem "aws-s3": AwsS3, "aws-redshift": AWSRedshift, "aws-msk": AWSMsk, - kakfa: Kafka, + kafka: Kafka, fivetran: Fivetran, confluent: Confluent, tableau: Tableau, diff --git a/src/components/Logos/LogosLight.ts b/src/components/Logos/LogosLight.ts index 09347c68..0a130c2a 100644 --- a/src/components/Logos/LogosLight.ts +++ b/src/components/Logos/LogosLight.ts @@ -42,7 +42,7 @@ const LogosLight: Record) => JSX.Ele "aws-s3": AwsS3, "aws-redshift": AWSRedshift, "aws-msk": AWSMsk, - kakfa: Kafka, + kafka: Kafka, fivetran: Fivetran, confluent: Confluent, tableau: Tableau, diff --git a/src/components/Logos/types.ts b/src/components/Logos/types.ts index 1ec1d425..05512145 100644 --- a/src/components/Logos/types.ts +++ b/src/components/Logos/types.ts @@ -3,7 +3,7 @@ export type LogoName = | "aws-s3" | "aws-redshift" | "aws-msk" - | "kakfa" + | "kafka" | "fivetran" | "confluent" | "tableau"