Skip to content

Commit

Permalink
html-fix for ul and p (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Oct 10, 2020
1 parent bb3156e commit 7a1c35a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions components/instructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ const Instructions = () => {
<div className='flex flex-col items-center mb-4'>
<h2 className='text-2xl font-mono'>How to translate</h2>
<div className='w-1/2 rounded overflow-hidden shadow-lg'>
<div className='px-6 py-4'>
<p className='text-gray-700 text-base'>
<ul className='list-disc'>
<li>Select the language you want to translate from</li>
<li>Enter your translation below each sentense</li>
<li>When you are finished push the "Generate translation" button. This will generate a file and download it to your computer</li>
<li>Send the downloaded file to <a href='mailto:bigfive-test@rubynor.com' className='text-pink-500'>bigfive-test@rubynor.com</a> and tell us which language you have translated</li>
</ul>
</p>
<div className='px-6 py-4 text-gray-700 text-base'>
<ul className='list-disc'>
<li>Select the language you want to translate from</li>
<li>Enter your translation below each sentense</li>
<li>When you are finished push the "Generate translation" button. This will generate a file and download it to your computer</li>
<li>Send the downloaded file to <a href='mailto:bigfive-test@rubynor.com' className='text-pink-500'>bigfive-test@rubynor.com</a> and tell us which language you have translated</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 7a1c35a

Please sign in to comment.