mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
feat(web): update logo (#7798)
* feat(web): update logo * favicon * no text logo on small screen * correct break point
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
<section class="flex h-screen w-screen place-content-center place-items-center">
|
||||
<div class="flex max-w-[350px] flex-col place-items-center gap-8 text-center">
|
||||
<div class="flex place-content-center place-items-center">
|
||||
<ImmichLogo class="text-center" height="200" width="200" />
|
||||
<ImmichLogo noText class="text-center" height="200" width="200" />
|
||||
</div>
|
||||
<h1 class="font-immich-title text-4xl font-bold text-immich-primary dark:text-immich-dark-primary">
|
||||
Welcome to IMMICH Web
|
||||
</h1>
|
||||
<h1 class="text-4xl font-bold text-immich-primary dark:text-immich-dark-primary">Welcome to immich</h1>
|
||||
<a href={AppRoute.AUTH_REGISTER}>
|
||||
<Button size="lg" rounded="lg">
|
||||
<span class="px-2 font-bold">Getting Started</span>
|
||||
|
||||
Reference in New Issue
Block a user