Skip to content

Commit a0ebb30

Browse files
authored
Update Layout.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 2c8c62e commit a0ebb30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React, { useEffect } from 'react';
32
import { Outlet, useLocation } from 'react-router-dom';
43
import Header from './Header';
@@ -14,7 +13,7 @@ const Layout: React.FC = () => {
1413
}, [location.pathname]);
1514

1615
return (
17-
<div className="flex flex-col min-h-screen bg-black relative">
16+
<div className="flex flex-col min-h-screen relative">
1817
{/* Fixed background image - positioned behind everything */}
1918
<div
2019
className="fixed inset-0 pointer-events-none"

0 commit comments

Comments
 (0)