diff --git a/applications/uk.ewsgit.dashboard/web/Layout.tsx b/applications/uk.ewsgit.dashboard/web/Layout.tsx --- a/applications/uk.ewsgit.dashboard/web/Layout.tsx +++ b/applications/uk.ewsgit.dashboard/web/Layout.tsx @@ -1,4 +1,4 @@ -import UKIndeterminateSpinner from "@onlineworkspace/uikit-solid/src/components/indeterminateSpinner/UKIndeterminateSpinner.jsx"; +import UKCircularProgressIndicator from "@onlineworkspace/uikit-solid/src/components/circularProgressIndicator/UKCircularProgressIndicator.jsx"; import clsx from "clsx"; import { type Component, createResource, type ParentProps, Suspense } from "solid-js"; import PLACEHOLDER_WALLPAPER from "./assets/placeholder_wallpaper.png"; @@ -17,7 +17,7 @@ const [wallpaperOptions] = createResource(() => trpc.dashboard.getWallpaperOptions.query()); return (