fix(web): avoid nesting buttons inside links (#11425)
This commit is contained in:
@@ -11,10 +11,8 @@
|
||||
<ImmichLogo noText class="text-center" height="200" width="200" />
|
||||
</div>
|
||||
<h1 class="text-4xl font-bold text-immich-primary dark:text-immich-dark-primary">{$t('welcome_to_immich')}</h1>
|
||||
<a href={AppRoute.AUTH_REGISTER}>
|
||||
<Button size="lg" rounded="lg">
|
||||
<span class="px-2 font-bold">{$t('getting_started')}</span>
|
||||
</Button>
|
||||
</a>
|
||||
<Button href={AppRoute.AUTH_REGISTER} size="lg" rounded="lg">
|
||||
<span class="px-2 font-bold">{$t('getting_started')}</span>
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user