mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 21:02:25 -05:00
refactor(client): remove extra element from the profile item setting (#50163)
This commit is contained in:
@@ -337,11 +337,7 @@ class PortfolioSettings extends Component<PortfolioProps, PortfolioState> {
|
||||
<section id='portfolio-settings'>
|
||||
<SectionHeader>{t('settings.headings.portfolio')}</SectionHeader>
|
||||
<FullWidthRow>
|
||||
<div className='portfolio-settings-intro'>
|
||||
<p className='p-intro'>{t('settings.share-projects')}</p>
|
||||
</div>
|
||||
</FullWidthRow>
|
||||
<FullWidthRow>
|
||||
<p>{t('settings.share-projects')}</p>
|
||||
<Spacer size='small' />
|
||||
<Button
|
||||
block={true}
|
||||
|
||||
Reference in New Issue
Block a user