diff --git a/src/App.tsx b/src/App.tsx index 03ef52f..c904843 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -280,11 +280,14 @@ function App() {

HORRAY!

-

{account}

+

+ {account || + '0xcccodoiuwqbqjßq21jruß2rß120j'} +

diff --git a/src/components/utils/Avatar.tsx b/src/components/utils/Avatar.tsx index 1fbc1a9..5bd07cc 100644 --- a/src/components/utils/Avatar.tsx +++ b/src/components/utils/Avatar.tsx @@ -6,8 +6,12 @@ type Props = { const Avatar: React.FC = ({ src }) => { return ( -
- +
+
); };