diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-06-07 16:02:21 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-06-07 17:13:40 +0200 |
| commit | 73f94705dc583e968114e5a09e85979448f3412b (patch) | |
| tree | 45b7dd12f1af6a44caabab31a28c98f8749d08ff /src/components/organisms | |
| parent | d54fc38899b3ffc87104ed03f5e48be3f02e337c (diff) | |
chore(cards): use post title as link label
Diffstat (limited to 'src/components/organisms')
| -rw-r--r-- | src/components/organisms/layout/cards-list.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/organisms/layout/cards-list.tsx b/src/components/organisms/layout/cards-list.tsx index 1feddd0..dd05e59 100644 --- a/src/components/organisms/layout/cards-list.tsx +++ b/src/components/organisms/layout/cards-list.tsx @@ -55,9 +55,10 @@ const CardsList: FC<CardsListProps> = ({ value: ( <Card key={id} + className={styles.card} coverFit={coverFit} + id={id} titleLevel={titleLevel} - className={styles.card} {...card} /> ), |
