mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 20:28:52 +03:00
Change p to div here too
This commit is contained in:
parent
66e4ba4991
commit
7264f543bd
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ function AccountInfo({
|
|||
<p>████████ ███████</p>
|
||||
<p>███████████████ ███████████████</p>
|
||||
</div>
|
||||
<p class="stats">
|
||||
<div class="stats">
|
||||
<div>
|
||||
<span>██</span> Followers
|
||||
</div>
|
||||
|
@ -355,7 +355,7 @@ function AccountInfo({
|
|||
<span>██</span> Posts
|
||||
</div>
|
||||
<div>Joined ██</div>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
</>
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue