Skip to content

Commit

Permalink
Comment out FrequentlyAskedQuestions
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 17, 2024
1 parent 93c4b49 commit cd9fef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/src/components/index-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import gqlCodegenCover from '../../public/assets/illustrations/gql-codegen-cover
import gqlGenerateCodeIllustration from '../../public/assets/illustrations/gql-generate-code-illustration.svg';
import gqlWatchForChangesIllustration from '../../public/assets/illustrations/gql-watch-for-changes-illustration.svg';

import { FrequentlyAskedQuestions } from './frequently-asked-questions';
// TODO:
// import { FrequentlyAskedQuestions } from './frequently-asked-questions';

export function IndexPage(): ReactElement {
return (
Expand Down Expand Up @@ -76,7 +77,7 @@ export function IndexPage(): ReactElement {
/>

<ToolsAndLibrariesCards className="mx-4 mt-6 md:mx-6" />
<FrequentlyAskedQuestions className="mx-4 md:mx-6" />
{/* <FrequentlyAskedQuestions className="mx-4 md:mx-6" /> */}
<GetYourAPIGameRightSection className="mx-4 sm:mb-6 md:mx-6" />
</>
);
Expand Down

0 comments on commit cd9fef1

Please sign in to comment.