Fix link for ad blocker.

Explore new courses links gets
disabled by ad blocker. Changing
class name to bypass this.

PROD-1348
This commit is contained in:
Adeel Khan
2020-03-17 16:59:04 +05:00
parent 7bab5e179b
commit 51480918dd
2 changed files with 2 additions and 2 deletions

View File

@@ -531,7 +531,7 @@
margin-bottom: $baseline;
}
.ad-link {
.marketing-link {
@include text-align(center);
.btn-neutral {

View File

@@ -278,7 +278,7 @@ from student.models import CourseEnrollment
<div class="advertise-message">
${_("Browse recently launched courses and see what's new in your favorite subjects.")}
</div>
<div class="ad-link">
<div class="marketing-link">
<a class="btn-neutral" href="${marketing_link('COURSES')}">
<span class="icon fa fa-search" aria-hidden="true"></span>
${_("Explore New Courses")}