From ccaaf9298a07f71fc587d9e6b9126e6a198bfc20 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Sat, 4 Oct 2025 22:28:26 +0530 Subject: [PATCH 1/2] updated logo path --- app/(auth)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 91e002a..3501fc9 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -14,7 +14,7 @@ const Layout = async ({ children }: { children : React.ReactNode }) => {
-Openstock + Openstock
From fff6efe0e84767a3b9cc64e69aed32497a3336f7 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Sat, 4 Oct 2025 22:29:25 +0530 Subject: [PATCH 2/2] updated defauts --- app/(auth)/sign-in/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(auth)/sign-in/page.tsx b/app/(auth)/sign-in/page.tsx index 932184e..9964a67 100644 --- a/app/(auth)/sign-in/page.tsx +++ b/app/(auth)/sign-in/page.tsx @@ -51,7 +51,7 @@ const SignIn = () => {