Skip to content

Commit

Permalink
fix: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jun 20, 2024
1 parent 9223dc7 commit 44819cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learning-header/LearningHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LearningHeader = ({
);

return (
<header className="learning-header customise">
<header className="learning-header customise indigo-header">
<a className="sr-only sr-only-focusable" href="#main-content">{intl.formatMessage(messages.skipNavLink)}</a>
<div className="container-xl py-2 d-flex align-items-center">
{headerLogo}
Expand Down

0 comments on commit 44819cf

Please sign in to comment.