export function LiveBadge({ label = 'Live' }: { label?: string }) { return (
{label}
) }