Skip to content

Commit

Permalink
Add Flink icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Mar 28, 2024
1 parent c061297 commit e8db3de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/getting-started/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ Here is a list of the open source components which can be added to `Airy Core`:
- sources-twilio
- sources-viber
- sources-whatsapp
- flink-connector

More information about the components API can be found [here](/api/endpoints/components).
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {ReactComponent as MosaicAvatar} from 'assets/images/icons/mosaic.svg';
import {ReactComponent as WeaviateAvatar} from 'assets/images/icons/weaviate.svg';
import {ReactComponent as GmailAvatar} from 'assets/images/icons/gmail.svg';
import {ReactComponent as SlackAvatar} from 'assets/images/icons/slack.svg';
import {ReactComponent as FlinkAvatar} from 'assets/images/icons/flink.svg';

import {Channel, Source} from 'model';
import styles from './index.module.scss';
Expand Down Expand Up @@ -135,6 +136,8 @@ export const getChannelAvatar = (source: string) => {
return <GmailAvatar />;
case 'Slack connector':
return <SlackAvatar />;
case 'Flink connector':
return <FlinkAvatar />;

default:
return <AiryAvatar />;
Expand Down
1 change: 1 addition & 0 deletions lib/typescript/assets/images/icons/flink.svg
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 e8db3de

Please sign in to comment.