7 let { displayName, fileSize }: Props = $props();
10 <div class="sticky top-0 z-[20] mb-4 rounded-lg bg-black/5 px-4 py-2 text-center backdrop-blur-md">
11 <p class="font-medium text-white">{displayName}</p>
14 <p class="text-xs text-white/60">{fileSize}</p>