import { createElement, Component, useEffect, useState, Fragment, } from '@wordpress/element' import { __ } from 'ct-i18n' import classnames from 'classnames' const SubmitSupport = () => { if (ctDashboardLocalizations.plugin_data.hide_support_section) { return null } return (
{__( 'Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community.', 'blocksy' )}