Ran prettier on index.ts, improved playground showing in website

This commit is contained in:
Ozzie Gooen 2022-04-15 18:00:31 -04:00
parent 012a1e4793
commit 69fb8be1f1
2 changed files with 2 additions and 5 deletions

View File

@ -8,12 +8,9 @@ export default function PlaygroundPage() {
<div <div
style={{ style={{
maxWidth: 2000, maxWidth: 2000,
paddingTop: "3em",
margin: "0 auto",
}} }}
> >
<h2> Squiggle Playground </h2> <SquigglePlayground initialSquiggleString="normal(0,1)" height={500} />
<SquigglePlayground initialSquiggleString="normal(0,1)" />
</div> </div>
</Layout> </Layout>
); );