Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 28, 2024
1 parent 792d63b commit bb2a25b
Showing 1 changed file with 1 addition and 1 deletion.
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.4.2';
const version = 'v2.4.3';

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

0 comments on commit bb2a25b

Please sign in to comment.