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 7332737 commit 995ca57Copy full SHA for 995ca57
src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx
@@ -82,6 +82,15 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
82
</span>
83
<span className='quote-main'>
84
<CompletionTimeRange range={props.certification.completionTimeRange} />
85
+ <Tooltip
86
+ content={renderTooltipContents(<IconSolid.ClockIcon />, [
87
+ 'Assuming 4 hour',
88
+ 'learning per day',
89
+ ])}
90
+ place='bottom'
91
+ trigger={<IconOutline.InformationCircleIcon />}
92
+ triggerOn='hover'
93
+ />
94
95
</li>
96
{!props.certProgress && (
0 commit comments