????

Your IP : 3.21.43.104


Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/shared/components/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/shared/components/ProBadge.js

const { __ } = wp.i18n;

export default function () {
  return (
    <div className="presto-player__pro-badge">{__("Pro", "presto-player")}</div>
  );
}