Fix button layout

MDX automatically adds `p` tags around text on a new line and Prettier wants to put the text on a new line. Hacking with JSX string.
This commit is contained in:
Marcus Blättermann 2022-12-15 17:20:02 +01:00
parent 16ca661928
commit eafb8511b6
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -41,11 +41,9 @@ understanding systems, using both rule-based and machine learning approaches. It
includes 55 exercises featuring interactive coding practice, multiple-choice includes 55 exercises featuring interactive coding practice, multiple-choice
questions and slide decks. questions and slide decks.
<p> <Button to="https://course.spacy.io" variant="primary">
<Button to="https://course.spacy.io" variant="primary"> {'Start the course'}
Start the course </Button>
</Button>
</p>
</Infobox> </Infobox>