🎨 Formatted code
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user