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 a71152b commit 03cda53Copy full SHA for 03cda53
src/course-home/outline-tab/DateSummary.jsx
@@ -65,6 +65,7 @@ const DateSummary = ({
65
)}
66
{!linkedTitle && dateBlock.link && (
67
<a
68
+ id={dateBlock.dateType === 'verified-upgrade-deadline' ? 'date-verified-upgrade-deadline' : ''}
69
href={dateBlock.link}
70
onClick={dateBlock.dateType === 'verified-upgrade-deadline' ? logVerifiedUpgradeClick : () => {}}
71
className="description-link"
0 commit comments