mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
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:
parent
16ca661928
commit
eafb8511b6
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user