import useTabs from "./useTabs"; import { TabHeader, Icon } from ".."; import { __ } from '@wordpress/i18n'; const Tab = ({ tabsData, onChange, activeTabTitle }) => { const { renderTabs, renderContent } = useTabs(tabsData, 0, onChange); const GetPro = () => { return ( <>
{__('Get access to all unlimited features.', 'benevolent')}
{__('Get Pro', 'benevolent')}