We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05af98 commit be933b8Copy full SHA for be933b8
src-ts/tools/learn/course-certificate/certificate-view/certificate/Certificate.tsx
@@ -2,8 +2,8 @@ import { FC, MutableRefObject } from 'react'
2
import classNames from 'classnames'
3
4
import { LearnConfig } from '../../../learn-config'
5
-import { LearnCertificateTrackType, TcLogoSvg } from '../../../learn-lib'
6
-import { FccLogoSvg, TcAcademyLogoSvg } from '../../../../../lib'
+import { LearnCertificateTrackType } from '../../../learn-lib'
+import { FccLogoSvg, TcAcademyLogoSvg, TcLogoSvg } from '../../../../../lib'
7
8
import { CertificateBgPattern } from './certificate-bg-pattern'
9
import { CourseCard } from './course-card'
0 commit comments