Skip to content

Commit

Permalink
LOYALIST-56 Remove header class property leading space
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 31, 2024
1 parent fe4a5bc commit d9e8743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#}
{%
set header_classes =
(b5_navbar_schema != 'none' ? (b5_navbar_schema == 'dark' ? ' text-light' : ' text-dark' ) : ' ') ~
(b5_navbar_schema != 'none' ? (b5_navbar_schema == 'dark' ? 'text-light' : 'text-dark' ) : ' ') ~
(b5_navbar_bg_schema != 'none' ? " bg-#{b5_navbar_bg_schema}" : ' ')
%}
{%
Expand Down

0 comments on commit d9e8743

Please sign in to comment.