Skip to content

Commit

Permalink
fix: deprecated Link(Help-Contact) Issue
Browse files Browse the repository at this point in the history
Signed-off-by: leeeuijoo <euijoo3233@gmail.com>
  • Loading branch information
Leeeuijooo committed Aug 20, 2023
1 parent 2e5e09b commit fd797a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/help/components/help.tsx
Original file line number Diff line number Diff line change
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://slack.cncf.io/'>
<a className='help-box__link' target='_blank' href='https://argoproj.github.io/community/join-slack/'>
Slack
</a>
</div>
Expand Down

0 comments on commit fd797a1

Please sign in to comment.