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 d64be15 commit 62b7027Copy full SHA for 62b7027
components/hero/button/TransparentHeroButton.tsx
@@ -12,7 +12,7 @@ export default function TransparentHeroButton() {
12
});
13
14
return (
15
- <Link href="/public#about">
+ <Link href="/#about">
16
<motion.div
17
ref={ref}
18
initial={{ opacity: 0, y: 20 }}
0 commit comments