Skip to content

Commit

Permalink
Fix regression with links in prompts (explosion#12172)
Browse files Browse the repository at this point in the history
  • Loading branch information
essenmitsosse authored Jan 25, 2023
1 parent 05a3685 commit 57ba37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 57ba37b

Please sign in to comment.