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