From 50bf55cfef1d58dc30e86af7e89802ba26448f7d Mon Sep 17 00:00:00 2001 From: ruru <142723369+ruru-m07@users.noreply.github.com> Date: Thu, 16 May 2024 16:08:02 +0530 Subject: [PATCH] fix(ui): resolve UI issues --- app/page.tsx | 10 +++++++--- components/listSuggestion.tsx | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 2e95c38..e43a363 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -98,7 +98,7 @@ export default function Home() {
- + {error ? (

@@ -108,14 +108,18 @@ export default function Home() {

{error}

) : isLoading ? ( - +
+ +
) : commitMessages ? ( ) : ( - +
+ +
)}
diff --git a/components/listSuggestion.tsx b/components/listSuggestion.tsx index cb9b186..61fd26a 100644 --- a/components/listSuggestion.tsx +++ b/components/listSuggestion.tsx @@ -9,7 +9,7 @@ const ListSuggestion = ({ commitChanges: string; }) => { return ( -
+

{commitChanges}