fix(player): fix incorrect icon being rendered from vjs font after update

This commit is contained in:
Gabe Kangas
2023-05-07 09:42:58 -07:00
parent 662d58df74
commit 84fdbecec3

View File

@@ -71,7 +71,7 @@
font-style: normal; font-style: normal;
&::before { &::before {
content: '\f110'; content: '\f114';
} }
} }
} }