Skip to content

Commit

Permalink
Added some bold and italic text to the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Engström committed Jan 5, 2024
1 parent 5dcb718 commit f74795a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const Intro: React.FC<Props> = ({ onStartButtonClick }) => {
<p>
Get ready for a bit of Python fun. In total, we have{" "}
{getTotalNumberOfQuestions()} Python questions available. You will
get 20 random questions each round. Each question contain a code
snippet and six possible answers, your job is to choose the correct
answer!
get <b>20 random questions</b> each round. Each question contain a
code snippet and six possible answers, your job is to choose the
correct answer!
</p>
<p>
These questions will start easy and gradually get trickier. After
each question, we'll explain how the code works. Learning Python
while having fun, what could be better?
each question, we'll explain how the code works.{" "}
<i>Learning Python while having fun</i>, what could be better?
</p>
<p>
Feel free to tackle the problems your way but we suggest making your
Expand Down

0 comments on commit f74795a

Please sign in to comment.