import { Button } from '@wordpress/components' export default function PromotionNotice({ promotionData }) { return ( <> {promotionData?.text ?? ''} |