From 21354e6e1179ff5bf48bc12e457e5429235ceabb Mon Sep 17 00:00:00 2001 From: jonlucasoffice <93656097+jonlucasoffice@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:07:00 +0100 Subject: [PATCH] minor tweaks --- src/components/Header/index.tsx | 8 +++++--- src/components/Synth/index.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index bccda2e..86901d7 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -6,9 +6,11 @@ export const Header = () => { return (
-
- -
+ +
+ +
+
) } \ No newline at end of file diff --git a/src/components/Synth/index.tsx b/src/components/Synth/index.tsx index 139ad53..1265661 100644 --- a/src/components/Synth/index.tsx +++ b/src/components/Synth/index.tsx @@ -36,7 +36,7 @@ export const Synth = ({aqi, RelativeAQI}) => { } else { setIsPlaying(false) } - }, 1000) + }, 500) } loop();