We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4949f6 commit 47277b7Copy full SHA for 47277b7
1 file changed
website/src/components/Home/Section/index.tsx
@@ -9,7 +9,7 @@ import React from 'react';
9
10
import styles from './styles.module.css';
11
12
-function Section({children}: {children: React.ReactNode}) {
+function Section({children}: React.PropsWithChildren) {
13
return (
14
<div className={styles.wrapper}>
15
<div className={styles.container}>{children}</div>
0 commit comments