File "ProBadge.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/blocks/shared/components/ProBadge.js
File size: 153 bytes
MIME-type: text/plain
Charset: utf-8
const { __ } = wp.i18n;
export default function () {
return (
<div className="presto-player__pro-badge">{__("Pro", "presto-player")}</div>
);
}