Skip to content

Commit

Permalink
Merge branch 'rm/372297' into 'master'
Browse files Browse the repository at this point in the history
hide broken help link

See merge request kchat/webapp!963
  • Loading branch information
antonbuks committed Nov 18, 2024
2 parents 29b917d + b5b69c0 commit 7dfdd6b
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ function TextboxLinks({
<div className={'help__text ' + helpTextClass}>
{helpText}
{previewLink}
<Link
target='_blank'
rel='noopener noreferrer'
to={`/help/messaging?locale=${currentLocale}`}
className='textbox-help-link'
>
<FormattedMessage
id='textbox.help'
defaultMessage='Help'
/>
</Link>
</div>
);
}
Expand Down

0 comments on commit 7dfdd6b

Please sign in to comment.