From 18f5e092460c270d0f57b66d388bf08d5c054351 Mon Sep 17 00:00:00 2001 From: Remington Breeze Date: Wed, 26 Jun 2024 10:17:33 -0700 Subject: [PATCH] address code review Signed-off-by: Remington Breeze --- ui/src/pages/downloads.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/downloads.tsx b/ui/src/pages/downloads.tsx index f2863e167..ced7fff0a 100644 --- a/ui/src/pages/downloads.tsx +++ b/ui/src/pages/downloads.tsx @@ -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' > - VIEW ALL RELEASES + View all releases