✨ Added link to files dashboard
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -135,9 +135,12 @@
|
||||
{/if}
|
||||
<BrownButton href="/import">{$t('words.import')}</BrownButton>
|
||||
<BrownButton href="/results">{$t('words.results')}</BrownButton>
|
||||
<BrownButton href="/account/settings">
|
||||
{$t('words.settings')}
|
||||
</BrownButton>
|
||||
<div class="flex gap-2">
|
||||
<BrownButton href="/edit/files">{$t('words.files_library')}</BrownButton>
|
||||
<BrownButton href="/account/settings">
|
||||
{$t('words.settings')}
|
||||
</BrownButton>
|
||||
</div>
|
||||
</div>
|
||||
{#if quizzes.length !== 0}
|
||||
<div class="flex justify-center pt-4 w-full">
|
||||
|
||||
Reference in New Issue
Block a user