Skip to content

Commit 7ad6519

Browse files
authored
Apply suggestions from code review
1 parent bf2ec8e commit 7ad6519

File tree

1 file changed

+2
-2
lines changed
  • src/components/Roadmap/RoadmapActionCard

1 file changed

+2
-2
lines changed

src/components/Roadmap/RoadmapActionCard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const RoadmapActionCard = ({
3535
const imgSrc = images[image] ?? images.futureProofing
3636

3737
return (
38-
<LinkBox className="flex flex-col border border-border">
39-
<Center className="h-[260px] bg-main-gradient">
38+
<LinkBox className="flex flex-col border">
39+
<Center className="h-[260px] bg-gradient-main">
4040
<TwImage src={imgSrc} alt={alt} style={{ objectFit: "contain" }} />
4141
</Center>
4242
<Flex className="flex-1 flex-col justify-between gap-4 p-6">

0 commit comments

Comments
 (0)