Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Mar 27, 2024
1 parent 1758df1 commit 389d540
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/HowItWorksPage/GoldenPoint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const GoldenPoint: React.FC = () => {
return (
<motion.div className="flex flex-col justify-center items-center z-100 px-5 pt-10">
<motion.h1 className="text-center text-[1.75rem] font-bold">
Demmortal Treasure goes beyond a
Demmortal Treasure goes beyond a
<motion.span className="text-primary-500"> Collectible</motion.span>
</motion.h1>
<motion.p
Expand All @@ -27,7 +27,10 @@ const GoldenPoint: React.FC = () => {
(index === 2 ||
index === 3 ||
index === 6 ||
index === 7) &&
index === 7 ||
index === 9 ||
index === 10 ||
index === 19) &&
"font-semibold"
} ${
(index === 9 || index === 10 || index === 19) &&
Expand Down

0 comments on commit 389d540

Please sign in to comment.