Skip to content

Commit

Permalink
fix: styles conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
jciasenza committed Dec 9, 2024
1 parent 79ac943 commit 5520a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/header/navbar-authenticated.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="mobile-nav-item hidden-mobile nav-item nav-tab">
<a class="tab-nav-link discover-new-link" href="${marketing_link('COURSES')}"
aria-current="${'page' if '/courses' in request.path else 'false'}">
${_('Discover New')}
${_("Discover New")}
</a>
</div>
% endif
Expand Down

0 comments on commit 5520a96

Please sign in to comment.