Merge pull request #23428 from edx/adeel/prod_1348_fix_adblocking_expore_course_link
Fix link for ad blocker.
This commit is contained in:
@@ -531,7 +531,7 @@
|
||||
margin-bottom: $baseline;
|
||||
}
|
||||
|
||||
.ad-link {
|
||||
.marketing-link {
|
||||
@include text-align(center);
|
||||
|
||||
.btn-neutral {
|
||||
|
||||
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user