Skip to content

Commit

Permalink
💄(frontend) center the feedback screen text
Browse files Browse the repository at this point in the history
Align the screen with the mockup, and the recent added error screen.
  • Loading branch information
lebaudantoine committed Aug 4, 2024
1 parent 01207a4 commit ee52cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/features/rooms/routes/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const FeedbackRoute = () => {
return (
<Screen layout="centered">
<CenteredContent title={t('feedback.heading')} withBackButton>
<P>{t('feedback.body')}</P>
<P centered>{t('feedback.body')}</P>
</CenteredContent>
</Screen>
)
Expand Down

0 comments on commit ee52cb8

Please sign in to comment.