mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(client): profile image overlapping privacy settings callout (#58030)
This commit is contained in:
parent
88fea86981
commit
f82aff217b
@ -45,7 +45,7 @@ const UserMessage = ({ t }: Pick<MessageProps, 't'>) => {
|
||||
return (
|
||||
<FullWidthRow>
|
||||
<Alert variant='info'>{t('profile.you-change-privacy')}</Alert>
|
||||
<Spacer size='m' />
|
||||
<Spacer size='xl' />
|
||||
</FullWidthRow>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user