diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 9bc90f2ea..e26e30ed9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -27,10 +27,10 @@ const App = (): JSX.Element => { {client === 'mobile' ? ( - <> +
- +
) : ( )} diff --git a/frontend/src/services/Roboidentities/RoboidentitiesWebClient/RobohashGenerator.ts b/frontend/src/services/Roboidentities/RoboidentitiesWebClient/RobohashGenerator.ts index 3f1a45596..a21782f68 100644 --- a/frontend/src/services/Roboidentities/RoboidentitiesWebClient/RobohashGenerator.ts +++ b/frontend/src/services/Roboidentities/RoboidentitiesWebClient/RobohashGenerator.ts @@ -32,7 +32,7 @@ class RoboGenerator { setTimeout(() => { this.waitingForLibrary = false; - }, 1000); + }, 2000); } public generate: (hash: string, size: 'small' | 'large') => Promise = async (