Skip to content

Commit e63c215

Browse files
Fix: Ensure Home page footer functionality
The Home page footer was not functioning correctly. This commit ensures the footer is correctly integrated and functions as expected.
1 parent 8b93ba6 commit e63c215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ParticipationSection from '@/components/ParticipationSection';
1010

1111
const Index: React.FC = () => {
1212
return (
13-
<div className="min-h-screen bg-alien-space">
13+
<div className="min-h-screen bg-alien-space relative">
1414
{/* Fixed background image with proper opacity */}
1515
<div className="fixed inset-0 z-0" style={{
1616
backgroundImage: `url('/lovable-uploads/EMWBack.png')`,

0 commit comments

Comments
 (0)