🎨 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> <h1 class="sm:text-6xl text-4xl">{$t('words.stats')}</h1>
<p class="text-xl pt-4"> <p class="text-xl pt-4">
{#await getStats() then stats} {#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} {/await}
</p> </p>
</div> </div>
+2 -2
View File
@@ -240,8 +240,8 @@
{:else} {:else}
<p> <p>
<!-- TODO: Add translation --> <!-- TODO: Add translation -->
Looks like you don't have any quizzes. Wanna change that? Click the Looks like you don't have any quizzes. Wanna change that? Click the "Create"-button,
"Create"-button, or import a quiz from KAHOOT! or import a quiz from KAHOOT!
</p> </p>
{/if} {/if}
</div> </div>