Skip to content

Commit 62b7027

Browse files
committed
Fix link to about us.
1 parent d64be15 commit 62b7027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hero/button/TransparentHeroButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function TransparentHeroButton() {
1212
});
1313

1414
return (
15-
<Link href="/public#about">
15+
<Link href="/#about">
1616
<motion.div
1717
ref={ref}
1818
initial={{ opacity: 0, y: 20 }}

0 commit comments

Comments
 (0)