Skip to content

Commit

Permalink
fix(web): FullScreenContainer logo (#7938)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Mar 14, 2024
1 parent bd88a24 commit 63d252b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="flex w-full max-w-lg flex-col gap-4 rounded-3xl border bg-white p-8 shadow-sm dark:border-immich-dark-gray dark:bg-immich-dark-gray"
>
<div class="flex flex-col place-content-center place-items-center gap-4 py-4">
<ImmichLogo class="h-24 w-24" />
<ImmichLogo noText class="h-24 w-24" />
<h1 class="text-2xl font-medium text-immich-primary dark:text-immich-dark-primary">
{title}
</h1>
Expand Down

0 comments on commit 63d252b

Please sign in to comment.