Skip to content

Commit

Permalink
Fix Kafka naming (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Sep 28, 2023
1 parent d9f4e0e commit 2dc3450
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

1 comment on commit 2dc3450

@vercel
Copy link

@vercel vercel bot commented on 2dc3450 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.