0
Fork 0
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:
Stark 2025-02-03 23:06:25 +05:30 committed by GitHub
parent 52c9fbea5f
commit e8d05e78ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@
<div class="w-full flex place-content-start">
<Button class="flex gap-2 place-content-center" onclick={() => onPrevious()}>
<Icon path={mdiArrowLeft} size="18" />
<p>{$t('theme')}</p>
<p>{$t('privacy')}</p>
</Button>
</div>
<div class="flex w-full place-content-end">