Skip to content

Commit 8385ea0

Browse files
committed
add asChild prop
1 parent a25b809 commit 8385ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/roadmap/_components/roadmap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const RoadmapPage = () => {
260260
{item.description}
261261
</p>
262262

263-
<LinkOverlay href={item.href}>
263+
<LinkOverlay href={item.href} asChild>
264264
<InlineLink
265265
href={item.href}
266266
className="hover:text-primary-hover"

0 commit comments

Comments
 (0)