From 84fdbecec3311dace02ace39ee1110cf37350b52 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 May 2023 09:42:58 -0700 Subject: [PATCH] fix(player): fix incorrect icon being rendered from vjs font after update --- web/components/video/VideoJS/VideoJS.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/video/VideoJS/VideoJS.scss b/web/components/video/VideoJS/VideoJS.scss index 06fa122cb..88de1d96f 100644 --- a/web/components/video/VideoJS/VideoJS.scss +++ b/web/components/video/VideoJS/VideoJS.scss @@ -71,7 +71,7 @@ font-style: normal; &::before { - content: '\f110'; + content: '\f114'; } } }