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 -