chore: migrate remaining usages of the logo to use the UI lib (#23430)

This commit is contained in:
Daniel Dietzler
2025-11-10 19:16:49 +01:00
committed by GitHub
parent d6307b262f
commit d27c01ef70
11 changed files with 25 additions and 148 deletions
@@ -1,7 +1,6 @@
<script lang="ts">
import ImmichLogo from '$lib/components/shared-components/immich-logo.svelte';
import { copyToClipboard } from '$lib/utils';
import { Icon, IconButton } from '@immich/ui';
import { Icon, IconButton, Logo } from '@immich/ui';
import { mdiCodeTags, mdiContentCopy, mdiMessage, mdiPartyPopper } from '@mdi/js';
import { t } from 'svelte-i18n';
@@ -24,7 +23,7 @@
<section>
<div class="flex place-items-center border-b px-6 py-4 dark:border-b-immich-dark-gray">
<a class="flex place-items-center gap-2 hover:cursor-pointer" href="/photos">
<ImmichLogo class="h-12.5" />
<Logo variant="inline" />
</a>
</div>
</section>