Skip to content

Commit

Permalink
address code review
Browse files Browse the repository at this point in the history
Signed-off-by: Remington Breeze <remington@breeze.software>
  • Loading branch information
rbreeze committed Jun 26, 2024
1 parent 8f86c56 commit 18f5e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export const Downloads = () => (
href='https://github.com/akuity/kargo/releases'
target='_blank'
rel='noreferrer'
className='mb-6 flex text-xs items-center text-blue-500'
className='mb-6 flex text-xs items-center text-blue-500 uppercase'
>
<FontAwesomeIcon icon={faExternalLink} className='mr-2' />
VIEW ALL RELEASES
View all releases
</a>
<div className='flex items-center gap-4 flex-wrap'>
<DownloadItem
Expand Down

0 comments on commit 18f5e09

Please sign in to comment.