import React from 'react'; import {__} from '@wordpress/i18n'; import './styles.scss'; export default function EmptyState({secondaryColor}: {secondaryColor: string}) { return (
{__('Leave a supportive message by', 'give')}

{__('donating to the campaign.', 'give')}

); }