Skip to content

Commit 0b504b2

Browse files
authored
Update About.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 1d9e181 commit 0b504b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/About.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const About: React.FC = () => {
88
<div className="min-h-screen bg-alien-space">
99
<StarBackground />
1010
<Header />
11-
{/* Fondo de pantalla with overlay */}
11+
{/* Fondo de pantalla sin opacidad */}
1212
<div
13-
className="fixed inset-0 z-0 bg-cover bg-center bg-no-repeat opacity-30"
13+
className="fixed inset-0 z-0 bg-cover bg-center bg-no-repeat"
1414
style={{ backgroundImage: `url('/lovable-uploads/EMWBack.png')` }}
1515
/>
1616
<main className="container mx-auto px-4 pt-24 pb-16">

0 commit comments

Comments
 (0)