mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(deps): update typescript-projects (#16597)
* fix(deps): update typescript-projects * chore: update server lock file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
8ace44fb95
commit
086d8a448a
8 changed files with 2074 additions and 1628 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<CardHeader class="mt-6">
|
||||
<VStack>
|
||||
<Logo variant="icon" size="giant" />
|
||||
<Heading size="large" class="font-semibold" color="primary">{title}</Heading>
|
||||
<Heading size="large" class="font-semibold" color="primary" tag="h1">{title}</Heading>
|
||||
</VStack>
|
||||
</CardHeader>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<div class="flex place-content-center place-items-center">
|
||||
<Logo variant="icon" class="text-center" size="landing" />
|
||||
</div>
|
||||
<Heading size="giant" color="primary">{$t('welcome_to_immich')}</Heading>
|
||||
<Heading size="giant" color="primary" tag="h1">{$t('welcome_to_immich')}</Heading>
|
||||
<Button href={AppRoute.AUTH_REGISTER} size="giant" shape="round">
|
||||
<span class="px-2 font-bold">{$t('getting_started')}</span>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue