Skip to content

Commit

Permalink
Fix one error
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGode committed Nov 6, 2024
1 parent 1cd81ea commit 0cc1312
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/HomepageAskAQuestion/index.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';

export default function HomepageAskAQuestion(): JSX.Element {
return (
// <section className="container" style={{ paddingTop: '20px', paddingBottom: '45px' }}>
<div className={clsx("row row--no-gutters ", styles.item)}>

Check failure on line 6 in src/components/HomepageAskAQuestion/index.tsx

View workflow job for this annotation

GitHub Actions / check

'React' must be in scope when using JSX
{/* <div
className="col col--6"
aria-hidden="true"
style={{
backgroundImage: "url('./img/homeoffice.svg')",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center",
}}
></div> */}
<div className={clsx("col col--12", styles.item__inner)}>

Check failure on line 7 in src/components/HomepageAskAQuestion/index.tsx

View workflow job for this annotation

GitHub Actions / check

'React' must be in scope when using JSX
<div>

Check failure on line 8 in src/components/HomepageAskAQuestion/index.tsx

View workflow job for this annotation

GitHub Actions / check

'React' must be in scope when using JSX
<h1 className={clsx("margin-bottom--md", styles.item__title)}>

Check failure on line 9 in src/components/HomepageAskAQuestion/index.tsx

View workflow job for this annotation

GitHub Actions / check

'React' must be in scope when using JSX
Expand Down

0 comments on commit 0cc1312

Please sign in to comment.