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
|
||||
questions and slide decks.
|
||||
|
||||
<p>
|
||||
<Button to="https://course.spacy.io" variant="primary">
|
||||
Start the course
|
||||
</Button>
|
||||
</p>
|
||||
<Button to="https://course.spacy.io" variant="primary">
|
||||
{'Start the course'}
|
||||
</Button>
|
||||
|
||||
</Infobox>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user