feat(web): Updated Onboarding page (#15880)
Updated Onboarding page the "previous" button on the Storage Template page now points to privacy instead of themepull/16842/head^2
parent
52c9fbea5f
commit
e8d05e78ad
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue