mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix regression with links in prompts (#12172)
This commit is contained in:
parent
05a3685849
commit
57ba37bc52
|
@ -235,7 +235,7 @@ const handlePromot = ({ lineFlat, prompt }) => {
|
|||
<Fragment key={j}>
|
||||
{j !== 0 && ' '}
|
||||
<span className={itemClassNames}>
|
||||
<OptionalLink hidden hideIcon to={url}>
|
||||
<OptionalLink noLinkLayout hideIcon to={url}>
|
||||
{text}
|
||||
</OptionalLink>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user