Skip to content

Commit

Permalink
fix(ui): Remove outdated download links. Fixes #3762 (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Aug 18, 2020
1 parent 2263678 commit 7ad6eb8
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions ui/src/app/help/components/help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,9 @@ export const Help = () => (
<div className='help-box'>
<div className='help-box__ico help-box__ico--download' />
<h3>Argo CLI</h3>
<div className='row text-left help-box__download'>
<div className='columns small-4'>
<a href={`https://github.com/argoproj/argo/releases/download/${SYSTEM_INFO.version}/argo-linux-amd64`}>
<i className='fab fa-linux' aria-hidden='true' /> Linux
</a>
</div>
<div className='columns small-4'>
<a href={`https://github.com/argoproj/argo/releases/download/${SYSTEM_INFO.version}/argo-darwin-amd64`}>
<i className='fab fa-apple' aria-hidden='true' /> macOS
</a>
<br />
</div>
<div className='columns small-4'>
<a href={`https://github.com/argoproj/argo/releases/download/${SYSTEM_INFO.version}/argo-windows-amd64`}>
<i className='fab fa-windows' aria-hidden='true' /> Windows
</a>
<br />
</div>
</div>
<a className='help-box__link' target='_blank' href='https://github.com/argoproj/argo/releases/latest'>
Releases
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 7ad6eb8

Please sign in to comment.