mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(client): Missing space between certifications sections on Settings page (#54056)
This commit is contained in:
parent
61b5d253f3
commit
7a2175a67d
@ -419,6 +419,7 @@ function CertificationSettings(props: CertificationSettingsProps) {
|
||||
{currentCertTitles.map(title => (
|
||||
<Certification key={title} certName={title} t={t} />
|
||||
))}
|
||||
<Spacer size='medium' />
|
||||
<SectionHeader>{t('settings.headings.legacy-certs')}</SectionHeader>
|
||||
<LegacyFullStack {...props} />
|
||||
{legacyCertTitles.map(title => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user