Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fastkafka chat #65

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading