diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef8f50a..af66f47 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,17 +21,17 @@ export default function RootLayout({ }>) { return ( - + - -
{children}
- -
+ > */} +
{children}
+ + {/* */}
diff --git a/src/app/page.tsx b/src/app/page.tsx index c5c2114..e855d69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,9 @@ export default function Home() {
- + {/* - + */}
diff --git a/src/components/pages/(auth)/org/create/create-org-form.tsx b/src/components/pages/(auth)/org/create/create-org-form.tsx index 889c42b..6be70a8 100644 --- a/src/components/pages/(auth)/org/create/create-org-form.tsx +++ b/src/components/pages/(auth)/org/create/create-org-form.tsx @@ -56,7 +56,7 @@ export default function CreateOrgForm() {
+

Create Organization

diff --git a/src/components/pages/(auth)/user/login/index.tsx b/src/components/pages/(auth)/user/login/index.tsx index accb0ca..2c93cce 100644 --- a/src/components/pages/(auth)/user/login/index.tsx +++ b/src/components/pages/(auth)/user/login/index.tsx @@ -3,7 +3,7 @@ import React from "react" export default function LoginPage({ orgId }: { orgId: string }) { return ( -
+

Login with credentials

diff --git a/src/components/pages/(auth)/user/login/login-form.tsx b/src/components/pages/(auth)/user/login/login-form.tsx index 973dac4..8026a2b 100644 --- a/src/components/pages/(auth)/user/login/login-form.tsx +++ b/src/components/pages/(auth)/user/login/login-form.tsx @@ -55,7 +55,7 @@ export default function LoginForm({ orgId }: { orgId: string }) { return ( - -
- -
+ {/* */} + ) diff --git a/src/components/pages/(protected)/common/navbar/sub-nav.tsx b/src/components/pages/(protected)/common/navbar/sub-nav.tsx index 6221004..d03f14e 100644 --- a/src/components/pages/(protected)/common/navbar/sub-nav.tsx +++ b/src/components/pages/(protected)/common/navbar/sub-nav.tsx @@ -16,7 +16,7 @@ export function SubNavbar() { const pathname = usePathname() return ( -
+