export function PreviewBadge({ format }) { return ( Flyfish preview: {format.toUpperCase()} ) }