From 0fe5c9ec0ea355aafad38822ab2923b9d47abcc0 Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 2 Oct 2024 14:39:57 +0200 Subject: [PATCH] Fix header icons mobile --- frontend/src/App.tsx | 4 ++-- .../RoboidentitiesWebClient/RobohashGenerator.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 9bc90f2e..e26e30ed 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 3f1a4559..a21782f6 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 (