Skip to content

Commit 228d34b

Browse files
Lorenzo ArboitLorenzo Arboit
authored andcommitted
fixed url documentation
1 parent 2866f47 commit 228d34b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/Documentation.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Footer from "@/components/Footer";
33
import { Button } from "@/components/ui/button";
44
import { Badge } from "@/components/ui/badge";
55
import { Link } from "react-router-dom";
6-
import { HashLink } from "react-router-hash-link";
76
import { Home, Download } from "lucide-react";
87

98
const Documentation = () => {
@@ -28,10 +27,10 @@ const Documentation = () => {
2827
</Link>
2928
</Button>
3029
<Button asChild>
31-
<HashLink smooth to="#installation" className="flex items-center gap-2">
30+
<a href="#installation" className="flex items-center gap-2">
3231
<Download className="h-4 w-4" />
3332
Jump to Installation
34-
</HashLink>
33+
</a>
3534
</Button>
3635
</div>
3736
</section>

0 commit comments

Comments
 (0)