Skip to content

Commit

Permalink
Fix style card tags (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph authored Nov 8, 2023
1 parent 973fe7f commit ad7b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/service/components/ServiceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ServiceCard = ({ className, service }: ServiceCardProps) => {
isWarningModalOpen={isWarningModalOpen}
/>
</div>
<div className="flex items-start flex-wrap w-full relative justify-between">
<div>
<h3>
{title}
{service.beta && <Beta className="md:-top-2 top-[-5px]" />}
Expand Down

0 comments on commit ad7b273

Please sign in to comment.