From acdec857b01ae866b5b3b82ee0417716ce3f7d28 Mon Sep 17 00:00:00 2001 From: Mahen Date: Sun, 22 Mar 2026 17:52:23 +0700 Subject: [PATCH] style: change add link button transition --- src/components/dashboards/AnalysisClient.tsx | 33 ++++++++++++++------ src/hooks/useAnalyzeText.ts | 2 -- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx index d419e33..4689668 100644 --- a/src/components/dashboards/AnalysisClient.tsx +++ b/src/components/dashboards/AnalysisClient.tsx @@ -8,6 +8,7 @@ import ResultSection from "./ResultSection"; export default function AnalysisClient() { const { + isValid, errors, loading, result, @@ -101,18 +102,31 @@ export default function AnalysisClient() { -
+
{urlInput()} + {visibleFields < 2 && ( - + +
)}
@@ -147,6 +161,7 @@ export default function AnalysisClient() {