feat(sw-213): updated html to section
This commit is contained in:
@@ -12,7 +12,7 @@ export default function TextCols({ textCols }: TextColsProps) {
|
||||
<div className={styles.columns}>
|
||||
{textCols.columns.map((col) => {
|
||||
return (
|
||||
<div key={col.title} className={styles.column}>
|
||||
<section key={col.title} className={styles.column}>
|
||||
<Subtitle>{col.title}</Subtitle>
|
||||
<div className={styles.text}>
|
||||
<JsonToHtml
|
||||
@@ -21,7 +21,7 @@ export default function TextCols({ textCols }: TextColsProps) {
|
||||
renderOptions={renderOptions}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
})}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user