🎨 Formatted code

This commit is contained in:
Mawoka
2022-04-28 18:02:57 +02:00
parent 24086a1ce0
commit 986c5e0720
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -49,7 +49,10 @@
<h1 class="sm:text-6xl text-4xl">{$t('words.stats')}</h1>
<p class="text-xl pt-4">
{#await getStats() then stats}
{$t('index_page.stats', { user_count: stats.user_count, quiz_count: stats.quiz_count })}
{$t('index_page.stats', {
user_count: stats.user_count,
quiz_count: stats.quiz_count
})}
{/await}
</p>
</div>