Skip to content

Commit 995ca57

Browse files
committed
TCA-1023 - show tooltip near estimated time of completion
1 parent 7332737 commit 995ca57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
8282
</span>
8383
<span className='quote-main'>
8484
<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+
/>
8594
</span>
8695
</li>
8796
{!props.certProgress && (

0 commit comments

Comments
 (0)