diff --git a/package.json b/package.json index 8cf8843..fde43d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "6.4.127", + "version": "6.4.128", "license": "BUSL-1.1", "private": true, "packageManager": "pnpm@9.15.5", diff --git a/src/lib/components/ui/profile/Profile.svelte b/src/lib/components/ui/profile/Profile.svelte index bfb03aa..0cdcc60 100644 --- a/src/lib/components/ui/profile/Profile.svelte +++ b/src/lib/components/ui/profile/Profile.svelte @@ -7,6 +7,7 @@ import * as Avatar from '$lib/components/ui/avatar' import * as Popover from '$lib/components/ui/popover' import { cn, since } from '$lib/utils' + import { Load } from '../img'; type $$Props = HTMLAttributes & { user: ResultOf @@ -35,7 +36,7 @@
{#if banner} - banner + {/if}