Change p to div

This commit is contained in:
Lim Chee Aun 2023-10-13 15:46:43 +08:00
parent f67d4fd916
commit f6864f96bd
2 changed files with 3 additions and 2 deletions

View file

@ -220,6 +220,7 @@
}
.account-container .actions {
margin-block: 8px;
display: flex;
gap: 8px;
justify-content: space-between;

View file

@ -854,7 +854,7 @@ function RelatedActions({
return (
<>
<p class="actions">
<div class="actions">
<span>
{followedBy ? (
<span class="tag">Following you</span>
@ -1207,7 +1207,7 @@ function RelatedActions({
</MenuConfirm>
)}
</span>
</p>
</div>
{!!showTranslatedBio && (
<Modal
class="light"