Skip to content

Commit

Permalink
feat: test major version increment
Browse files Browse the repository at this point in the history
BREAKING CHANGE: test
  • Loading branch information
hinakhadim committed Jun 21, 2024
1 parent 5da1cdb commit ae6f403
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-version">
<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 ae6f403

Please sign in to comment.