Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/components/Home/GrowthMeter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const GrowthMeter = (props: Props) => {
className="z-10"
/>
}
leftItem={
<p className="text-[#5B437D] font-semibold text-xl w-full md:w-96 text-right">
Watch your self-study soar with the Growth Meter -
see daily, weekly, and monthly progress take flight!
</p>
}
leftItem={
<p className="text-[#4A356B] font-semibold text-xl w-full md:w-96 text-right">
Watch your self-study soar with the Growth Meter -
see daily, weekly, and monthly progress take flight!
</p>
}
delay={0.2}
motionDivClass="flex items-center justify-evenly"
imagePosition="right"
Expand Down