From c98a3da4d82292cc40102a7278819af4e99dfec9 Mon Sep 17 00:00:00 2001 From: kabir-afk Date: Fri, 7 Jun 2024 14:57:35 +0530 Subject: [PATCH] refactor: Update next and previous button icons as per CSS --- SignItVideosGallery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SignItVideosGallery.js b/SignItVideosGallery.js index e535fdb..fd626bf 100644 --- a/SignItVideosGallery.js +++ b/SignItVideosGallery.js @@ -2,8 +2,8 @@ var SignItVideosGallery = function ( container ) { this.videos = []; this.currentIndex = 0; - this.previousVideoButton = new OO.ui.ButtonWidget( { icon: 'previous', framed: false } ); - this.nextVideoButton = new OO.ui.ButtonWidget( { icon: 'next', framed: false } ); + this.previousVideoButton = new OO.ui.ButtonWidget( { icon: 'previousBtn', framed: false } ); + this.nextVideoButton = new OO.ui.ButtonWidget( { icon: 'nextBtn', framed: false } ); this.$videoContainer = $( '