We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07b06c commit 792b0e3Copy full SHA for 792b0e3
src/routes/_Stats.svelte
@@ -75,7 +75,7 @@
75
class="odd:bg-white even:bg-gray-100 dark:odd:bg-gray-800 dark:even:bg-gray-700"
76
>
77
<TableHeadCell scope="col" class="px-6 py-3">Temperature:</TableHeadCell>
78
- <TableBodyCell class="pr-6 text-right">{stats.temp.toFixed(2)} %</TableBodyCell>
+ <TableBodyCell class="pr-6 text-right">{stats.temp.toFixed(2)} °C</TableBodyCell>
79
</TableBodyRow>
80
{/if}
81
<TableBodyRow
0 commit comments