Skip to content

Commit ddb6096

Browse files
committed
no as usage
1 parent ac68f16 commit ddb6096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cms-builder-io/components/hero-post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function HeroPost({
1919
<div className="md:grid md:grid-cols-2 md:col-gap-16 lg:col-gap-8 mb-20 md:mb-28">
2020
<div>
2121
<h3 className="mb-4 text-4xl lg:text-6xl leading-tight">
22-
<Link as={`/posts/${slug}`} href="/posts/[slug]">
22+
<Link href={`/posts/${slug}`}>
2323
<a className="hover:underline">{title}</a>
2424
</Link>
2525
</h3>

0 commit comments

Comments
 (0)