We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8c62e commit a0ebb30Copy full SHA for a0ebb30
src/components/Layout.tsx
@@ -1,4 +1,3 @@
1
-
2
import React, { useEffect } from 'react';
3
import { Outlet, useLocation } from 'react-router-dom';
4
import Header from './Header';
@@ -14,7 +13,7 @@ const Layout: React.FC = () => {
14
13
}, [location.pathname]);
15
16
return (
17
- <div className="flex flex-col min-h-screen bg-black relative">
+ <div className="flex flex-col min-h-screen relative">
18
{/* Fixed background image - positioned behind everything */}
19
<div
20
className="fixed inset-0 pointer-events-none"
0 commit comments