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

@ -196,7 +196,7 @@ export class Distribution {
);
}
type(){
type() {
return this.t.tag;
}

View File

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