mirror of
https://github.com/Open-Dev-Society/OpenStock.git
synced 2026-07-01 01:44:22 +08:00
Update app/(auth)/layout.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ const Layout = async ({ children }: { children : React.ReactNode }) => {
|
||||
<main className="auth-layout">
|
||||
<section className="auth-left-section scrollbar-hide-default">
|
||||
<Link href="/" className="auth-logo flex items-center gap-2">
|
||||
<Image src="https://i.ibb.co/r28VWPjS/Screenshot-2025-10-04-123317-Picsart-Ai-Image-Enhancer-removebg-preview.png" alt="" width={200} height={50}/>
|
||||
<Image src="/assets/images/openstock-logo.png" alt="Openstock" width={200} height={50}/>
|
||||
</Link>
|
||||
|
||||
<div className="pb-6 lg:pb-8 flex-1">
|
||||
|
||||
Reference in New Issue
Block a user