From 51480918dda846e80e0b34404bb1d1f4afa45902 Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Tue, 17 Mar 2020 16:59:04 +0500 Subject: [PATCH] Fix link for ad blocker. Explore new courses links gets disabled by ad blocker. Changing class name to bypass this. PROD-1348 --- lms/static/sass/multicourse/_dashboard.scss | 2 +- themes/edx.org/lms/templates/dashboard.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 0256f717a9..5a95059b16 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -531,7 +531,7 @@ margin-bottom: $baseline; } - .ad-link { + .marketing-link { @include text-align(center); .btn-neutral { diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 07fa27c923..5bb86c82eb 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -278,7 +278,7 @@ from student.models import CourseEnrollment -