From 115ff9d4bf22f7b3dadd996fa02ee0a15b9512ff Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 26 Feb 2022 16:24:17 +1100 Subject: [PATCH] Consistency fixes --- src/components/Connection.tsx | 2 +- src/components/generic/Card.tsx | 4 ++-- src/components/generic/Modal.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Connection.tsx b/src/components/Connection.tsx index 66a6294d..76cd6b18 100644 --- a/src/components/Connection.tsx +++ b/src/components/Connection.tsx @@ -98,7 +98,7 @@ export const Connection = (): JSX.Element => {
-
+
{meshtasticState.logs.length === 0 && (
} - className="relative flex-col gap-4" + className="relative flex-col" {...props} />