Browse
For agents
About
Presto Player
/
3.0.0-beta1
Presto Player
v3.0.0-beta1
Switch version
4.5.0
4.4.1
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.4
4.2.3
4.2.2
4.2.0
4.2.1
trunk
1.10.0
1.10.1
1.10.2
1.11.0
1.12.0
1.13.0
1.14.0
1.14.1
1.5.10
1.5.11
1.5.12
1.5.13
All 126 releases
Overview
Code
presto-player
/
src
/
admin
/
blocks
/
shared
/
components
/
ProBadge.js
ProBadge.js
8 lines
153 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
const
{
__
}
=
wp
.
i18n
;
2
3
export
default
function
(
)
{
4
return
(
5
<
div
className
=
"
presto-player__pro-badge
"
>
{
__
(
"
Pro
"
,
"
presto-player
"
)
}
</
div
>
6
)
;
7
}
8