Skip to content

Commit

Permalink
center practice name on appointment header
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalcaries committed Sep 23, 2023
1 parent a3842fc commit 11864f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppointmentHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function AppointmentHeader({
/>
)}
{practiceName ? (
<h1 className="text-2xl font-semibold text-slate-600">
<h1 className="text-2xl text-center font-semibold text-slate-600">
{practiceName}
</h1>
) : null}
Expand Down

0 comments on commit 11864f5

Please sign in to comment.