Skip to content

Commit f7011fe

Browse files
Fix blog link href in Hero component
1 parent 4696c25 commit f7011fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/home/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Hero({ showBlog }: { showBlog: boolean }) {
4242
</Button>
4343
</Link>
4444
{showBlog ? (
45-
<Link href={"/blog"} className="w-56">
45+
<Link href={"#blog"} className="w-56">
4646
<Button variant={"default"} className="w-full">
4747
Our Blog
4848
</Button>

0 commit comments

Comments
 (0)