mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Don't place <ul> elements inside <p>
This commit is contained in:
parent
d9c46d00e7
commit
a328d8027d
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ const About = props => {
|
|||
Months later ceddit was fixed, but I didn't see any reason to remove what I had done.
|
||||
Today both sites live side by side and strive for the same goal.
|
||||
</p>
|
||||
<p>
|
||||
<div>
|
||||
There are some minor differences in them though:
|
||||
<ul>
|
||||
<li>
|
||||
|
|
@ -78,7 +78,7 @@ const About = props => {
|
|||
Ceddit provides user lookup while removeddit doesn't.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h2 className='contact'>Links</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue