Skip to content
Snippets Groups Projects
Unverified Commit e7d0970c authored by adeel khan's avatar adeel khan Committed by GitHub
Browse files

Merge pull request #23428 from edx/adeel/prod_1348_fix_adblocking_expore_course_link

Fix link for ad blocker.
parents 1296b6a7 51480918
Branches
Tags
No related merge requests found
......@@ -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")}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment