From 718e8012dbd6ab8492ea4c2c32280e078cd0d1f5 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 7 Nov 2014 11:15:34 -0500 Subject: [PATCH] Rename homepage hero video thumbnail image --- ...ideo-thumb.jpg => homepage-hero-video-thumb.jpg} | Bin lms/static/sass/base/_variables.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lms/static/images/{video-thumb.jpg => homepage-hero-video-thumb.jpg} (100%) diff --git a/lms/static/images/video-thumb.jpg b/lms/static/images/homepage-hero-video-thumb.jpg similarity index 100% rename from lms/static/images/video-thumb.jpg rename to lms/static/images/homepage-hero-video-thumb.jpg diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 79bee5dd62..35dfbf1aa3 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -405,7 +405,7 @@ $login-banner-image: url(../images/bg-banner-account.png); $register-banner-image: url(../images/bg-banner-account.png); $passwordreset-banner-image: url(../images/bg-banner-account.png); -$video-thumb-url: '../images/video-thumb.jpg'; +$video-thumb-url: '../images/homepage-hero-video-thumb.jpg'; // ====================