From 3d14b4f41145e0478e61e322ecae8ccde88349a3 Mon Sep 17 00:00:00 2001 From: Brandon Lee Kitajchuk Date: Wed, 19 Oct 2022 20:32:38 -0700 Subject: [PATCH] Prefer self-closing syntax --- src/components/spinner/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/spinner/index.tsx b/src/components/spinner/index.tsx index b27acee..9af173d 100644 --- a/src/components/spinner/index.tsx +++ b/src/components/spinner/index.tsx @@ -15,10 +15,10 @@ export const Spinner = ({ small = false }: SpinnerProps) => { return (
-
-
-
-
+
+
+
+
); };