Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Nov 27, 2023
1 parent a32c35b commit 1fa6f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/TreatmentsServices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ function HowToBecomeARestorePatient() {

return (
<>
<Typography variant="h4">How to Become a Restore Patient</Typography>
<Typography variant="h4">How to Become a RESTORE Patient</Typography>
<Paper sx={{ margin: '1rem 0', padding: '1rem', border: 'solid', borderRadius: '0.5em' }}>
<ReactMarkdown>{data.howToBecomeARestorePatient.data.attributes.Body}</ReactMarkdown>
</Paper>
Expand Down

0 comments on commit 1fa6f98

Please sign in to comment.