Cleaned up

pull/32/head
Shahan Nedadahandeh 8 months ago
parent ce302f6c03
commit 5bca794f85
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
  1. 2
      components/CenterComponentWrapper.tsx

@ -17,7 +17,7 @@ export function CenterComponentWrapper({
<section className={styles.wrapper}>
<div>
<h3>{heading}</h3>
<p className={styles.body}>{body}</p>
<p>{body}</p>
</div>
<div className={styles.graphWrapper}>{children}</div>
</section>

Loading…
Cancel
Save