Skip to content

Commit

Permalink
fix: minor ui formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon authored Apr 17, 2023
1 parent f2809bd commit 2e86125
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 @@ -177,7 +177,7 @@ export default function PatientInfoCard(props: {
</div>
<div>
<div className="inline-flex items-center px-3 py-1 rounded-lg text-xs leading-4 font-semibold p-1 w-full justify-start border-gray-500 border bg-gray-200">
<b>Age:</b> {patient.age} years
<b>Age</b>: {patient.age} years
</div>
</div>
<div>
Expand Down

0 comments on commit 2e86125

Please sign in to comment.