diff --git a/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.module.scss b/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.module.scss index bbc531de2..aa50b2630 100644 --- a/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.module.scss +++ b/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.module.scss @@ -55,6 +55,7 @@ .externalLink { display: flex; + gap: $space-xs; height: 24px; align-items: center; color: $turq-160; @@ -95,7 +96,7 @@ } } - + .wrap:global(.theme-sidebar) { background: $black-5; color: $tc-black; @@ -121,4 +122,4 @@ .statusBox { background: $tc-white; } -} \ No newline at end of file +} diff --git a/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.tsx b/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.tsx index 17e14e3a5..10f59ca30 100644 --- a/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.tsx +++ b/src-ts/tools/learn/learn-lib/tca-certification-progress-box/TCACertificationProgressBox.tsx @@ -127,12 +127,12 @@ const TCACertificationProgressBox: FC = (props This course is part of a topcoder certification:
- {certification.title} - {!!certifProgress && ( - + {!!certifProgress ? ( + + {certification.title} - )} + ) : certification.title}