We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88011a commit b1bc788Copy full SHA for b1bc788
src/components/Header.tsx
@@ -40,7 +40,7 @@ const Header = ({ minimal = false }: HeaderProps) => {
40
>
41
GitHub
42
</a>
43
- <a href="#about" className="text-muted-foreground hover:text-foreground transition-colors">
+ <a href="/#about" className="text-muted-foreground hover:text-foreground transition-colors">
44
About
45
46
<Link to="/docs" className="text-muted-foreground hover:text-foreground transition-colors">
0 commit comments