Skip to content

Commit

Permalink
Bump @statisticsnorway/ssb-component-library from 2.0.98 to 2.0.99 (#518
Browse files Browse the repository at this point in the history
)
  • Loading branch information
johnnadeluy committed May 2, 2024
1 parent 0ffa94f commit adcef63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/runtime": "~7.21.0",
"@statisticsnorway/ssb-component-library": "~2.0.98",
"@statisticsnorway/ssb-component-library": "~2.0.99",
"@testing-library/react": "^15.0.4",
"bootstrap": "~4.6.2",
"core-js": "~3.27.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Expand Up @@ -19,7 +19,7 @@ const Header = () => {
const history = useHistory();
const location = useLocation();
const [menuIsOpen, toggleMenu] = useState(false);
const version = 'v2.0.98';
const version = 'v2.0.99';

return (
<div className={`header-component-wrapper${location.pathname === '/get-started' || location.pathname === '/' ? ' front-page' : ''}`}>
Expand Down

0 comments on commit adcef63

Please sign in to comment.