Fix regression with links in prompts

This commit is contained in:
Marcus Blättermann 2023-01-24 18:19:25 +01:00
parent 49237f05a6
commit 067c94540d
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -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>