Skip to content

Commit

Permalink
Bump @statisticsnorway/ssb-component-library from 2.3.2. to 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnadeluy committed Nov 4, 2024
1 parent 4d96f47 commit 2c6fc04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/runtime": "~7.26.0",
"@statisticsnorway/ssb-component-library": "~2.3.1",
"@statisticsnorway/ssb-component-library": "~2.3.3",
"bootstrap": "~5.3.3",
"core-js": "~3.39.0",
"gh-pages": "~6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header = () => {
const history = useHistory();
const location = useLocation();
const [menuIsOpen, toggleMenu] = useState(false);
const version = 'v2.3.1';
const version = 'v2.3.3';

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

0 comments on commit 2c6fc04

Please sign in to comment.