Skip to content

Commit

Permalink
fix warning bc it kills deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tybens committed Aug 3, 2024
1 parent ecd84de commit d4a8559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const Home = ({ history, navColors, onSetNavColors }) => {
}
}

const handleClickHeader = () => {
routeToExt(
"https://www.linkedin.com/pulse/copy-introducing-anywhere-habitat-sartorials-global-vopkc/"
);
};
// const handleClickHeader = () => {
// routeToExt(
// "https://www.linkedin.com/pulse/copy-introducing-anywhere-habitat-sartorials-global-vopkc/"
// );
// };

const waveOptions = {
height: 60,
Expand Down

0 comments on commit d4a8559

Please sign in to comment.