diff --git a/src/app/content/views/setup/index.tsx b/src/app/content/views/setup/index.tsx index 28c103a..5cd83b5 100644 --- a/src/app/content/views/setup/index.tsx +++ b/src/app/content/views/setup/index.tsx @@ -97,28 +97,30 @@ const Setup: FC = () => { return (
-
- - - - - - - - -
- - @ - - + {userInfo && ( +
+ + + + + + + + +
+ + @ + + +
+ Start chatting
- Start chatting -
+ )}
) }