Skip to content

Commit

Permalink
fix(web-ui): fix UserInfo page
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Sep 24, 2024
1 parent 0bc3c2c commit 52ba859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/web-ui/src/user/pages/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const UserInfo = () => {
alignItems="center"
justifyContent="center"
>
<Grid2 size={12}>
<Grid2>
<Box className="box-shadow user-info-form-grid">
<Typography variant="h5" className="user-info-form-title">
{'User info'}
Expand Down

0 comments on commit 52ba859

Please sign in to comment.