From 731f1680e16c0df5956713b2ecc5ed72f103a81d Mon Sep 17 00:00:00 2001 From: Mawoka Date: Mon, 12 Jun 2023 19:46:26 +0200 Subject: [PATCH] :sparkles: Added link to files dashboard --- frontend/src/lib/i18n/locales/en.json | 3 ++- frontend/src/routes/dashboard/+page.svelte | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 2d1faa8..885a16c 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -180,7 +180,8 @@ "library": "Library", "progress": "Progress", "speed": "Speed", - "upload": "Upload" + "upload": "Upload", + "files_library": "Files Library" }, "editor": { "time_in_seconds": "Time in seconds", diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index d3aec73..58fb445 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -135,9 +135,12 @@ {/if} {$t('words.import')} {$t('words.results')} - - {$t('words.settings')} - +
+ {$t('words.files_library')} + + {$t('words.settings')} + +
{#if quizzes.length !== 0}