From 3a0771667c1ff48b1026dd8fdbe611cad5f8e593 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 23 Jun 2026 17:03:09 +0000 Subject: [PATCH] =?UTF-8?q?ui:=20replace=20small=20corrupted=20refresh=20i?= =?UTF-8?q?con=20with=20prominent=20text/icon=20button=20saying=20Nova=20A?= =?UTF-8?q?n=C3=A1lise=20next=20to=20Sair?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Header.tsx | 34 +++++++++++++++++----------------- components/Icons.tsx | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 7be53bf..74d054c 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -57,10 +57,21 @@ export const Header: React.FC = ({ onReset, onClearKey, hasKey, pro )} + {hasKey && ( + + )} + {hasKey && ( )} -
- - -
- +
diff --git a/components/Icons.tsx b/components/Icons.tsx index bb3f329..d34e662 100644 --- a/components/Icons.tsx +++ b/components/Icons.tsx @@ -19,7 +19,7 @@ export const MoonIcon: React.FC> = (props) => ( export const RefreshIcon: React.FC> = (props) => ( - + );