import {Fragment} from '@wordpress/element'; import { __ } from '@wordpress/i18n'; const HelpContent = () => { return (

{__( 'Contact Support', 'blockline' )}

{__( 'If you need any help you can contact to our support team', 'blockline' )}

{__( 'Need help...', 'blockline' )}

{__( 'Documentation', 'blockline' )}

{__( 'Our WordPress Theme is well documented, you can go with our documentation and learn to customize Big Store.', 'blockline' )}

{__( 'Go to Doc', 'blockline' )}

{__( 'Create a child theme', 'blockline' )}

{__( 'Before modifying theme core files. You should create child theme to make those changes update proof. Please follow this link to create child theme.', 'blockline' )}

{__( 'Create Child Theme', 'blockline' )}

{__( 'Join Group', 'blockline' )}

{__( 'Join the community of friendly ThemeHunk users. Get connected, share opinion, ask questions and help each other !', 'blockline' )}

{__( 'Join Our Social Group', 'blockline' )}
); }; export default HelpContent;