mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Use semantic <article>
This commit is contained in:
parent
5804ddbdb9
commit
6ffc40fdf3
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue