mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 11:50:19 +03:00
Fix regression with links in prompts
This commit is contained in:
parent
49237f05a6
commit
067c94540d
|
@ -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