From 7fa68243a06f451e79d08007d17089bb5e5ad203 Mon Sep 17 00:00:00 2001 From: "Juan Carlos Iasenza (Aulasneo)" <166159387+jciasenza@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:43:51 -0300 Subject: [PATCH] style: Explore Courses button doesn't follow the same style conventions of MFE header (#35994) --- lms/templates/header/navbar-authenticated.html | 2 +- lms/templates/header/navbar-not-authenticated.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/header/navbar-authenticated.html b/lms/templates/header/navbar-authenticated.html index 58c3924ea9..c9ea97a423 100644 --- a/lms/templates/header/navbar-authenticated.html +++ b/lms/templates/header/navbar-authenticated.html @@ -48,7 +48,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_ % endif diff --git a/lms/templates/header/navbar-not-authenticated.html b/lms/templates/header/navbar-not-authenticated.html index 61448b73bd..b50e535acd 100644 --- a/lms/templates/header/navbar-not-authenticated.html +++ b/lms/templates/header/navbar-not-authenticated.html @@ -39,7 +39,7 @@ from openedx.core.djangoapps.user_authn.toggles import should_redirect_to_authn_ % if allows_login: % if can_discover_courses: %endif % endif