1
0
Fork 0

Use semantic <article>

This commit is contained in:
Lim Chee Aun 2022-12-29 16:12:09 +08:00
parent 5804ddbdb9
commit 6ffc40fdf3

View file

@ -187,7 +187,7 @@ function Status({
const readMoreText = 'Read more →';
return (
<div
<article
class={`status ${
!withinContext && inReplyToAccount ? 'status-reply-to' : ''
} visibility-${visibility} ${
@ -673,7 +673,7 @@ function Status({
/>
</Modal>
)}
</div>
</article>
);
}