We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2866f47 commit 228d34bCopy full SHA for 228d34b
src/pages/Documentation.tsx
@@ -3,7 +3,6 @@ import Footer from "@/components/Footer";
3
import { Button } from "@/components/ui/button";
4
import { Badge } from "@/components/ui/badge";
5
import { Link } from "react-router-dom";
6
-import { HashLink } from "react-router-hash-link";
7
import { Home, Download } from "lucide-react";
8
9
const Documentation = () => {
@@ -28,10 +27,10 @@ const Documentation = () => {
28
27
</Link>
29
</Button>
30
<Button asChild>
31
- <HashLink smooth to="#installation" className="flex items-center gap-2">
+ <a href="#installation" className="flex items-center gap-2">
32
<Download className="h-4 w-4" />
33
Jump to Installation
34
- </HashLink>
+ </a>
35
36
</div>
37
</section>
0 commit comments