Update app/(auth)/layout.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
30aa5d48e8
commit
918624c8b9
|
|
@ -14,7 +14,7 @@ const Layout = async ({ children }: { children : React.ReactNode }) => {
|
||||||
<main className="auth-layout">
|
<main className="auth-layout">
|
||||||
<section className="auth-left-section scrollbar-hide-default">
|
<section className="auth-left-section scrollbar-hide-default">
|
||||||
<Link href="/" className="auth-logo flex items-center gap-2">
|
<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>
|
</Link>
|
||||||
|
|
||||||
<div className="pb-6 lg:pb-8 flex-1">
|
<div className="pb-6 lg:pb-8 flex-1">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue