✨ Added link to files dashboard
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user