Skip to content

Commit

Permalink
Remove unnecessary center alignment in PatientInfoCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jan 29, 2024
1 parent 7482dd5 commit a0cf959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export default function PatientInfoCard(props: {
>
<span className="flex w-full items-center justify-center gap-2 lg:justify-start">
<CareIcon className={`care-l-${action[2]} text-xl`} />
<p className="mx-auto font-semibold">{action[1]}</p>
<p className="font-semibold">{action[1]}</p>
</span>
</ButtonV2>
{action?.[4]?.[0] && (
Expand Down

0 comments on commit a0cf959

Please sign in to comment.