/
home
/
rekodeb
/
webrodez
/
wp-content
/
plugins
/
burst-statistics
/
settings
/
src
/
components
/
blocks
/
Upload File
HOME
import {__} from '@wordpress/i18n'; const ProPill = () => { return ( <span className={'burst-pill burst-pill--green'}> {__( 'Pro', 'burst-statistics' )} </span> ); }; export default ProPill;