mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
feat(web): Updated Onboarding page (#15880)
Updated Onboarding page the "previous" button on the Storage Template page now points to privacy instead of theme
This commit is contained in:
parent
52c9fbea5f
commit
e8d05e78ad
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
<div class="w-full flex place-content-start">
|
<div class="w-full flex place-content-start">
|
||||||
<Button class="flex gap-2 place-content-center" onclick={() => onPrevious()}>
|
<Button class="flex gap-2 place-content-center" onclick={() => onPrevious()}>
|
||||||
<Icon path={mdiArrowLeft} size="18" />
|
<Icon path={mdiArrowLeft} size="18" />
|
||||||
<p>{$t('theme')}</p>
|
<p>{$t('privacy')}</p>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full place-content-end">
|
<div class="flex w-full place-content-end">
|
||||||
|
|
Loading…
Add table
Reference in a new issue