mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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 →';
|
const readMoreText = 'Read more →';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<article
|
||||||
class={`status ${
|
class={`status ${
|
||||||
!withinContext && inReplyToAccount ? 'status-reply-to' : ''
|
!withinContext && inReplyToAccount ? 'status-reply-to' : ''
|
||||||
} visibility-${visibility} ${
|
} visibility-${visibility} ${
|
||||||
|
@ -673,7 +673,7 @@ function Status({
|
||||||
/>
|
/>
|
||||||
</Modal>
|
</Modal>
|
||||||
)}
|
)}
|
||||||
</div>
|
</article>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue