Ran prettier on index.ts, improved playground showing in website
This commit is contained in:
parent
012a1e4793
commit
69fb8be1f1
|
@ -196,7 +196,7 @@ export class Distribution {
|
|||
);
|
||||
}
|
||||
|
||||
type(){
|
||||
type() {
|
||||
return this.t.tag;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user