Skip to content

Commit

Permalink
fix: deprecated Link(Help-Contact) Issue (#11627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeuijooo committed Aug 20, 2023
1 parent 524b4cb commit c9c6e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/help/components/help.tsx
Expand Up @@ -25,7 +25,7 @@ export const Help = () => {
<div className='help-box'>
<div className='help-box__ico help-box__ico--email' />
<h3>Contact</h3>
<a className='help-box__link' target='_blank' href='https://argoproj.slack.com'>
<a className='help-box__link' target='_blank' href='https://argoproj.github.io/community/join-slack/'>
Slack
</a>
</div>
Expand Down

0 comments on commit c9c6e5c

Please sign in to comment.