Skip to content

Commit

Permalink
Fix Kafka naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Sep 28, 2023
1 parent 4f24a87 commit 532da85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Logos/LogosDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const LogosDark: Record<LogoName, (props: SVGAttributes<SVGElement>) => JSX.Elem
"aws-s3": AwsS3,
"aws-redshift": AWSRedshift,
"aws-msk": AWSMsk,
kakfa: Kafka,
kafka: Kafka,
fivetran: Fivetran,
confluent: Confluent,
tableau: Tableau,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logos/LogosLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const LogosLight: Record<LogoName, (props: SVGAttributes<SVGElement>) => JSX.Ele
"aws-s3": AwsS3,
"aws-redshift": AWSRedshift,
"aws-msk": AWSMsk,
kakfa: Kafka,
kafka: Kafka,
fivetran: Fivetran,
confluent: Confluent,
tableau: Tableau,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logos/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type LogoName =
| "aws-s3"
| "aws-redshift"
| "aws-msk"
| "kakfa"
| "kafka"
| "fivetran"
| "confluent"
| "tableau"
Expand Down

0 comments on commit 532da85

Please sign in to comment.