Added link to files dashboard

This commit is contained in:
Mawoka
2023-06-12 19:46:26 +02:00
parent edc3acd722
commit 731f1680e1
2 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -180,7 +180,8 @@
"library": "Library", "library": "Library",
"progress": "Progress", "progress": "Progress",
"speed": "Speed", "speed": "Speed",
"upload": "Upload" "upload": "Upload",
"files_library": "Files Library"
}, },
"editor": { "editor": {
"time_in_seconds": "Time in seconds", "time_in_seconds": "Time in seconds",
@@ -135,10 +135,13 @@
{/if} {/if}
<BrownButton href="/import">{$t('words.import')}</BrownButton> <BrownButton href="/import">{$t('words.import')}</BrownButton>
<BrownButton href="/results">{$t('words.results')}</BrownButton> <BrownButton href="/results">{$t('words.results')}</BrownButton>
<div class="flex gap-2">
<BrownButton href="/edit/files">{$t('words.files_library')}</BrownButton>
<BrownButton href="/account/settings"> <BrownButton href="/account/settings">
{$t('words.settings')} {$t('words.settings')}
</BrownButton> </BrownButton>
</div> </div>
</div>
{#if quizzes.length !== 0} {#if quizzes.length !== 0}
<div class="flex justify-center pt-4 w-full"> <div class="flex justify-center pt-4 w-full">
<div> <div>