Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AEst2002 authored and github-actions[bot] committed Nov 14, 2023
1 parent 5f14162 commit f82a3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/my-patients/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function MyPatients() {

return (
<>
<p className="text-2xl mb-10">My patients</p>
<p className="mb-10 text-2xl">My patients</p>
<div className="grid grid-cols-4 gap-4">
{patients && patients.length > 0 ? (
patients.map((patient, i) => (
Expand Down

0 comments on commit f82a3f7

Please sign in to comment.