🎨 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>
+2 -2
View File
@@ -240,8 +240,8 @@
{:else}
<p>
<!-- TODO: Add translation -->
Looks like you don't have any quizzes. Wanna change that? Click the
"Create"-button, or import a quiz from KAHOOT!
Looks like you don't have any quizzes. Wanna change that? Click the "Create"-button,
or import a quiz from KAHOOT!
</p>
{/if}
</div>