diff --git a/src/App.tsx b/src/App.tsx index 4e053c5..8b3bc6f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,9 +19,9 @@ export default function App() {
- +
- +
diff --git a/src/Section.tsx b/src/Section.tsx index 89bccdf..d171453 100644 --- a/src/Section.tsx +++ b/src/Section.tsx @@ -1,6 +1,6 @@ import { Fragment } from 'react'; -export default function Section({ title, divideClassName, properties }: { title:string, divideClassName:string, properties: SectionProperty[] }) { +export default function Section({ title, divideClassName, properties }: { title: string, divideClassName: string, properties: SectionProperty[] }) { var data = properties.map( property =>