From 44593893c1e9b9d901df0f1e55d5ce3934306448 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 12 Jun 2025 23:04:23 +0200 Subject: [PATCH] Improve style --- src/components/Chat/CreateCommonSecret.tsx | 2 +- src/components/ContextMenu.tsx | 2 +- src/components/Minting/Minting.tsx | 4 ++-- src/components/NotAuthenticated.tsx | 20 ++++++++++---------- src/components/RegisterName.tsx | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/Chat/CreateCommonSecret.tsx b/src/components/Chat/CreateCommonSecret.tsx index 0f04356..a8d8961 100644 --- a/src/components/Chat/CreateCommonSecret.tsx +++ b/src/components/Chat/CreateCommonSecret.tsx @@ -213,7 +213,7 @@ export const CreateCommonSecret = ({ return ( { ); -}; +}; // TODO translate diff --git a/src/components/Minting/Minting.tsx b/src/components/Minting/Minting.tsx index 658467f..afaba36 100644 --- a/src/components/Minting/Minting.tsx +++ b/src/components/Minting/Minting.tsx @@ -584,7 +584,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => { sx={{ borderBottom: 1, borderColor: theme.palette.text.secondary }} > { }} > <> @@ -795,11 +795,11 @@ export const NotAuthenticated = ({ {mode === 'list' && ( @@ -894,10 +894,10 @@ export const NotAuthenticated = ({