Cleaned up, nicely working
This commit is contained in:
parent
7c7f9e4f13
commit
7df422d45d
6 changed files with 9 additions and 22 deletions
|
@ -6,7 +6,6 @@ export default function StepWithCarousel({ title, children, images }) {
|
|||
return (
|
||||
<div className={styles.step}>
|
||||
<div className={styles.text}>
|
||||
<h2>{title}</h2>
|
||||
{children}
|
||||
</div>
|
||||
<div className={styles.carousel}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue