Skip to content

Commit

Permalink
fix: capitalize titles
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 16, 2024
1 parent 3d63ecf commit e1e3e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions preview/blocks/info.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<div class="wrapper">
<div></div>
<div class="chart">
<Typography size="l" tag="h2" mbe="l" align="center"
>Todos by kind</Typography
>
<Typography size="l" tag="h2" mbe="l" align="center">
Todos by Kind
</Typography>
{#if values.length}
<ChartDoughnut {values} />
{/if}
Expand Down
2 changes: 1 addition & 1 deletion preview/blocks/list.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<div class="list">
<Container>
<Typography size="l" tag="h2" mbe="l">List of commits</Typography>
<Typography size="l" tag="h2" mbe="l">List of Commits</Typography>
<Table data={preparedData} {columns} />
</Container>
</div>
Expand Down

0 comments on commit e1e3e50

Please sign in to comment.