post-list <li> a11y improvements
This commit is contained in:
parent
69ca511cc2
commit
504d2742f4
1 changed files with 78 additions and 80 deletions
|
@ -66,8 +66,7 @@ const ListItem = ({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FadeIn key={post.id}>
|
<FadeIn key={post.id} as="li">
|
||||||
<li>
|
|
||||||
<Card style={{ overflowY: "scroll" }}>
|
<Card style={{ overflowY: "scroll" }}>
|
||||||
<>
|
<>
|
||||||
<div className={styles.title}>
|
<div className={styles.title}>
|
||||||
|
@ -150,7 +149,6 @@ const ListItem = ({
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
</Card>
|
</Card>
|
||||||
</li>
|
|
||||||
</FadeIn>
|
</FadeIn>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue