We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdac7d3 commit aff1a1cCopy full SHA for aff1a1c
src/components/LandingPage.tsx
@@ -88,12 +88,14 @@ const LandingPage = ({}: Props) => {
88
setLink1Path("/landing/webdev/portfolio");
89
setLink2Text("Blog");
90
setLink2Path("/landing/webdev/blog");
91
+ setHueDuration(4000);
92
} else if (currentPath === "/landing/gamedev") {
93
setCurrentDisplay("Game Development");
94
setLink1Text("Portfolio");
95
96
97
setLink2Path("/landing/gamedev/blog");
98
99
}
100
}, [currentPath]);
101
0 commit comments