Skip to content

Commit 6845275

Browse files
committed
Fix error
1 parent abd010e commit 6845275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Home/Sections/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class About extends React.Component {
2424
</p>
2525
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
2626
</Container>
27-
</section >
27+
</section>
2828
);
2929
}
3030
}

0 commit comments

Comments
 (0)