Cleaned up
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-08-15 17:40:58 -07:00
parent ce302f6c03
commit 5bca794f85
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

View File

@ -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>