Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshk-18 committed Aug 16, 2023
1 parent feb2daf commit 9e168a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const Header = ({ intl }) => {
userMenu: getConfig().AUTHN_MINIMAL_HEADER ? [] : userMenu,
loggedOutItems: getConfig().AUTHN_MINIMAL_HEADER ? [] : loggedOutItems,
};
console.log("Header2")

return (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/learning-header/LearningHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LearningHeader = ({
alt={getConfig().SITE_NAME}
/>
);

console.log("Header")
return (
<header className="learning-header">
<a className="sr-only sr-only-focusable" href="#main-content">{intl.formatMessage(messages.skipNavLink)}</a>
Expand Down

0 comments on commit 9e168a8

Please sign in to comment.