diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 8fc9357..30028eb 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -254,7 +254,7 @@ > -
{$t('words.create')}
-

{$t('index_page.create_a_quiz_from_scratch')}

+
{$t('words.create')}
+

{$t('index_page.create_a_quiz_from_scratch')}

-
{$t('words.find')}
-

{$t('index_page.find_or_explore')}

+
{$t('words.find')}
+

{$t('index_page.find_or_explore')}

-
{$t('words.import')}
-

{$t('index_page.import_quiz_from_kahoot_and_edit')}

+
{$t('words.import')}
+

+ {$t('index_page.import_quiz_from_kahoot_and_edit')} +

@@ -389,7 +391,7 @@ > -
{$t('index_page.select_answer')}
-

{$t('index_page.choose_answer_wisely')}

+
{$t('index_page.select_answer')}
+

{$t('index_page.choose_answer_wisely')}

-
{$t('index_page.view_results')}
-

{$t('index_page.check_if_chosen_wisely')}

+
{$t('index_page.view_results')}
+

{$t('index_page.check_if_chosen_wisely')}

-
{$t('index_page.list_winners')}
-

{$t('index_page.get_ranking_and_winners')}

+
{$t('index_page.list_winners')}
+

{$t('index_page.get_ranking_and_winners')}

@@ -482,7 +484,7 @@ >
-

+

{classquiz_reasons[selected_classquiz_reason].content}

@@ -499,7 +501,7 @@ class:shadow-2xl={selected_classquiz_reason === index} class:opacity-70={selected_classquiz_reason !== index} > -
{reason.headline}
+
{reason.headline}
{/each}