From 3cad658ab7a172de6f25f78fa4cf629a0eb447cc Mon Sep 17 00:00:00 2001 From: Akshat <82810411+Afterdie@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:42:46 +0530 Subject: [PATCH 1/2] Fixed the alignment (#1294) Co-authored-by: Narayan soni --- src/reusableComponents/Auth/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reusableComponents/Auth/index.css b/src/reusableComponents/Auth/index.css index f87c7c6e4..498cc2495 100644 --- a/src/reusableComponents/Auth/index.css +++ b/src/reusableComponents/Auth/index.css @@ -1,5 +1,4 @@ .login__right__container { - height: 100vh; position: relative; } From 9e5ba7c3adcc2133472b183de49eb8a7ea445b72 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:46:16 +0530 Subject: [PATCH 2/2] style: format code with Prettier (#1299) This commit fixes the style issues introduced in 9124d3d according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by: Narayan soni --- src/App.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 00c21c349..6538a3ccd 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -29,14 +29,14 @@ const HelpCenter = React.lazy(() => import("./pages/FooterPages/HelpCenter")); const Notifications = React.lazy(() => import("./components/Notification")); const SideBar = React.lazy(() => import("./components/SideBar")); const Navbar = React.lazy(() => import("./components/Navbar")); -const DeleteAccount = React.lazy(() => - import("./components/SettingsComponents/DeleteAccount"), +const DeleteAccount = React.lazy( + () => import("./components/SettingsComponents/DeleteAccount"), ); -const SettingsSidebar = React.lazy(() => - import("./components/SettingsComponents/Sidebar"), +const SettingsSidebar = React.lazy( + () => import("./components/SettingsComponents/Sidebar"), ); -const SoundSetting = React.lazy(() => - import("./components/SettingsComponents/Sounds"), +const SoundSetting = React.lazy( + () => import("./components/SettingsComponents/Sounds"), ); export function getModalStyle() {