Skip to content

Commit

Permalink
Update src/Stats.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Vandersmith <[email protected]>
  • Loading branch information
chenyan-dfinity and rvanasa authored Sep 11, 2023
1 parent cf5766b commit cfeecef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ export function Stats() {

return (
<>
<div style={{ textAlign: "center" }}>
<h1 style={{ margin: 0 }}>Motoko Playground</h1>
<h2 style={{ opacity: 0.5 }}>Usage Statistics</h2>
</div>
<Pie title="Install mode" data={mode} />
<Chart title="Example" data={example} />
<Chart title="Reference link" data={ref} />
Expand Down

0 comments on commit cfeecef

Please sign in to comment.