From 010f720f9fc72664daf6fd0b06701f3bd29c73b4 Mon Sep 17 00:00:00 2001 From: Luis Felix Date: Thu, 29 Aug 2024 12:08:04 -0400 Subject: [PATCH] OV-87: * Run Prettier --- frontend/src/bundles/auth/pages/auth.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/bundles/auth/pages/auth.tsx b/frontend/src/bundles/auth/pages/auth.tsx index 80ebac358..deae7cbd2 100644 --- a/frontend/src/bundles/auth/pages/auth.tsx +++ b/frontend/src/bundles/auth/pages/auth.tsx @@ -64,7 +64,12 @@ const Auth: React.FC = () => { )}
{getScreen(pathname)}
{/* TODO: Add logo */} -
LOGO
+
+ LOGO +
); };