From e1ba8e68f8a30ce726205088a66e542a6baaa4f9 Mon Sep 17 00:00:00 2001 From: izzy Date: Fri, 16 Jan 2026 14:08:42 +0000 Subject: [PATCH] fix: incorrect merge on admin page layout --- web/src/lib/components/layouts/AdminPageLayout.svelte | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/src/lib/components/layouts/AdminPageLayout.svelte b/web/src/lib/components/layouts/AdminPageLayout.svelte index 20e771337f..90e4d1fd0b 100644 --- a/web/src/lib/components/layouts/AdminPageLayout.svelte +++ b/web/src/lib/components/layouts/AdminPageLayout.svelte @@ -6,7 +6,7 @@ import { sidebarStore } from '$lib/stores/sidebar.svelte'; import type { HeaderButtonActionItem } from '$lib/types'; import { AppShell, AppShellHeader, AppShellSidebar, MenuItemType, NavbarItem, type BreadcrumbItem } from '@immich/ui'; - import { mdiAccountMultipleOutline, mdiBookshelf, mdiCog, mdiServer, mdiTrayFull, mdiWrench } from '@mdi/js'; + import { mdiAccountMultipleOutline, mdiBookshelf, mdiCog, mdiServer, mdiTrayFull } from '@mdi/js'; import type { Snippet } from 'svelte'; import { t } from 'svelte-i18n'; @@ -32,12 +32,11 @@ - + + +