diff --git a/nym-wallet/src/components/Accounts/AccountAvatar.tsx b/nym-wallet/src/components/Accounts/AccountAvatar.tsx index 95d1fcfd16..5f71df533e 100644 --- a/nym-wallet/src/components/Accounts/AccountAvatar.tsx +++ b/nym-wallet/src/components/Accounts/AccountAvatar.tsx @@ -4,5 +4,5 @@ import stc from 'string-to-color'; import { TAccount } from 'src/types'; export const AccountAvatar = ({ name }: Pick) => ( - {name?.split('')[0]} + {name?.split('')[0]} ); diff --git a/nym-wallet/src/components/Nav.tsx b/nym-wallet/src/components/Nav.tsx index 6cc07ab359..6afbca3215 100644 --- a/nym-wallet/src/components/Nav.tsx +++ b/nym-wallet/src/components/Nav.tsx @@ -82,14 +82,14 @@ export const Nav = () => { diff --git a/nym-wallet/src/layouts/AppLayout.tsx b/nym-wallet/src/layouts/AppLayout.tsx index 2cb54855c6..028c4c10e7 100644 --- a/nym-wallet/src/layouts/AppLayout.tsx +++ b/nym-wallet/src/layouts/AppLayout.tsx @@ -24,7 +24,7 @@ export const ApplicationLayout: React.FC = ({ children }) => { > t.palette.nym.nymWallet.nav.background, overflow: 'auto', py: 3, px: 5, @@ -35,7 +35,7 @@ export const ApplicationLayout: React.FC = ({ children }) => { > - +