1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02: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:
Stark
2025-02-03 23:06:25 +05:30
committed by GitHub
parent 52c9fbea5f
commit e8d05e78ad

View File

@ -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">