diff --git a/frontend/src/routes/(app)/dashboard/links/[id]/+page.svelte b/frontend/src/routes/(app)/dashboard/links/[id]/+page.svelte index c5c130a..8333612 100644 --- a/frontend/src/routes/(app)/dashboard/links/[id]/+page.svelte +++ b/frontend/src/routes/(app)/dashboard/links/[id]/+page.svelte @@ -14,6 +14,7 @@ } from 'lucide-svelte' import { Progress } from '$lib/components/ui/progress' import { Skeleton } from '$lib/components/ui/skeleton' + import * as Avatar from '$lib/components/ui/avatar' export let data: PageData @@ -438,7 +439,14 @@ class="hover:bg-muted flex flex-col gap-2 border-b p-2 px-4 transition-colors">
- + + + + + +
{visitorByReferer.referer || '(direct)'}