Skip to content

Commit b2f969d

Browse files
committed
Fix Tile component routing
1 parent c49f485 commit b2f969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ export const Tile = memo(
7070
<div className={cx(fr.cx("fr-tile__body"), classes.body)}>
7171
<h3 className={cx(fr.cx("fr-tile__title"), classes.title)}>
7272
<Link
73+
{...linkProps}
7374
className={cx(
7475
fr.cx("fr-tile__link"),
7576
classes.link,
7677
linkProps.className
7778
)}
78-
href={linkProps.href}
7979
>
8080
{title}
8181
</Link>

0 commit comments

Comments
 (0)