Hi! Just wanted to share that there is a typo in the code in the second part of Quest 1:
Under Use context to customise your app, the code block has a typo on line 14:
<Heading as="h1">Hello <name>!</Heading>
should read <Heading as="h1">Hello world!</Heading>
, as we were not asked to use a name variable in Part 1.
Just wanted to share!