Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Feb 9, 2024
1 parent 1ea6615 commit 69ac5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HowItWorksPage/EconomyFlow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const EconomyFlow: React.FC = () => {
return (
<div
className="flex flex-col justify-between items-center h-full w-full relative z-100"
id="cards"
>
<div className="absolute top-0 left-0 w-full h-[7.5rem] bg-gradient-to-b from-[#04050E] via-transparent to-transparent z-[1]" />
<div className="absolute bottom-0 left-0 w-full h-[7.5rem] bg-gradient-to-t from-[#04050E] via-transparent to-transparent z-[1]" />
Expand Down

0 comments on commit 69ac5a2

Please sign in to comment.