Skip to content

Commit cbdddd6

Browse files
committed
Fix:Remove unused div
1 parent 98a9858 commit cbdddd6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

client/src/components/Patient/PatientDashboard/HeroSection.jsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ const HeroSection = ({ onPillHover }) => {
1818

1919
return (
2020
<div className="relative min-h-[550px] overflow-hidden bg-gradient-to-br from-blue-600 via-blue-500 to-cyan-500 px-8 py-12 md:py-16 lg:py-20">
21-
<div
22-
className="absolute inset-0 opacity-10"
23-
style={{
24-
backgroundSize: 'cover',
25-
backgroundPosition: 'center',
26-
backgroundRepeat: 'no-repeat',
27-
}}
28-
/>
29-
3021
{/* Gradient overlay for better text readability */}
3122
<div className="absolute inset-0 bg-gradient-to-br from-blue-600/80 via-blue-500/70 to-cyan-500/80" />
3223

0 commit comments

Comments
 (0)