Skip to content

Commit

Permalink
Remove fastkafka chat
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Aug 30, 2024
1 parent 792a9cf commit 7b3008f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
24 changes: 0 additions & 24 deletions docusaurus/src/components/HomepageFastkafkaChat/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from 'react';
import clsx from 'clsx';
import Iframe from 'react-iframe'
import BrowserWindow from '../BrowserWindow';

import styles from './styles.module.css';

Expand Down Expand Up @@ -50,25 +48,3 @@ function Feature({Svg, title, description}) {
</div>
);
}

export default function HomepageFastkafkaChat() {
return (
<section className={`${styles.features} hero hero--primary`}>
<div className="container">
<div className={clsx('col col--12')}>
<h2 className={styles.title}>Check out our code-generation feature!</h2>
<p className={styles.fastkafkaDescription}>Let us know what you need solved and we’ll generate the FastKafka code for you!</p>
</div>
<div className={`row`}>
<div className={clsx('col col--12')}>
<div className="text--center padding-horiz--md">
<BrowserWindow>
<Iframe url="https://fastkafka-chat.azurewebsites.net/" className={styles.fastkafkaChatIframe} />
</BrowserWindow>
</div>
</div>
</div>
</div>
</section>
);
}
2 changes: 0 additions & 2 deletions docusaurus/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';
import HomepageWhatYouGet from '@site/src/components/HomepageWhatYouGet';
import HomepageCommunity from '@site/src/components/HomepageCommunity';
import HomepageFAQ from '@site/src/components/HomepageFAQ';
import HomepageFastkafkaChat from '@site/src/components/HomepageFastkafkaChat';
import RobotFooterIcon from '@site/src/components/RobotFooterIcon';

import styles from './index.module.css';
Expand Down Expand Up @@ -41,7 +40,6 @@ export default function Home() {
<HomepageHeader />
<main>
<HomepageFeatures />
<HomepageFastkafkaChat />
<HomepageWhatYouGet />
<HomepageCommunity />
<HomepageFAQ />
Expand Down

0 comments on commit 7b3008f

Please sign in to comment.