Fix regression with links in prompts (#12172)

This commit is contained in:
Marcus Blättermann 2023-01-25 08:51:40 +01:00 committed by svlandeg
parent de2c5af82a
commit 32935c5ad5

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>