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 (
|
||||
<FadeIn key={post.id}>
|
||||
<li>
|
||||
<FadeIn key={post.id} as="li">
|
||||
<Card style={{ overflowY: "scroll" }}>
|
||||
<>
|
||||
<div className={styles.title}>
|
||||
|
@ -150,7 +149,6 @@ const ListItem = ({
|
|||
)}
|
||||
</ul>
|
||||
</Card>
|
||||
</li>
|
||||
</FadeIn>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue