Skip to content

Commit

Permalink
some reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Dec 29, 2023
1 parent 116c3be commit 7d2ee40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ function NutshellSection() {
</div>
</div>

<h2 className={'my-16'}>Let's see in code...</h2>
<h1 className={'my-16'}>Let's see in code...</h1>
<CodeBlock
language={'dart'}
showLineNumbers={true}
className={'my-8 overflow-auto'}
className={'overflow-auto'}
title={'Classic Counter example in MobX'}
>
{counterSource}
Expand Down

0 comments on commit 7d2ee40

Please sign in to comment.