Skip to content

Commit

Permalink
fix: remove additional <Plan> prices
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 27, 2024
1 parent 79bc0f3 commit f7d63fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/AdditionalPlans/Plan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const Plan = ({ ticket }: TicketCardProps) => {
<p className=" text-2xl font-bold md:text-start md:text-3xl">
{ticket.title}
</p>
<p className="text-2xl font-bold text-green-500">{ticket.price}</p>
</div>
<p className=" text-lg leading-7 text-zinc-200 md:text-start md:text-xl">
{ticket.description}
Expand Down

0 comments on commit f7d63fb

Please sign in to comment.