Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/blocks/components/help-link/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/give/blocks/components/help-link/index.js

/**
* WordPress dependencies
*/
const { __ } = wp.i18n;

/**
 * Render Help link
*/

const GiveHelpLink = () => {
	return (
		<p className="give-blank-slate__help">
			Need help? Get started with <a href="http://docs.givewp.com/give101/" target="_blank" rel="noopener noreferrer">{ __( 'GiveWP 101' ) }</a>
		</p>
	);
};

export default GiveHelpLink;