diff --git a/src/app/globals.css b/src/app/globals.css index 4b1f53d..fba300b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -196,7 +196,6 @@ body { background-size: cover; background-repeat: no-repeat; border: 1px solid #FD9552; - box-shadow: 0px 68px 160px 0px rgba(0, 0, 0, 0.45); } /* Ecosystem card */ diff --git a/src/sections/ecosystem/components/Card/index.tsx b/src/sections/ecosystem/components/Card/index.tsx index cb72102..2e8787c 100644 --- a/src/sections/ecosystem/components/Card/index.tsx +++ b/src/sections/ecosystem/components/Card/index.tsx @@ -18,7 +18,7 @@ function Card({ data }: CardProps) { const { img, title, description, name, link } = data return (
- + ic_arrow {title}