Skip to content

Commit 03cda53

Browse files
authored
chore: add id to verified-upgrade-deadline link (#1719)
1 parent a71152b commit 03cda53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/course-home/outline-tab/DateSummary.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const DateSummary = ({
6565
)}
6666
{!linkedTitle && dateBlock.link && (
6767
<a
68+
id={dateBlock.dateType === 'verified-upgrade-deadline' ? 'date-verified-upgrade-deadline' : ''}
6869
href={dateBlock.link}
6970
onClick={dateBlock.dateType === 'verified-upgrade-deadline' ? logVerifiedUpgradeClick : () => {}}
7071
className="description-link"

0 commit comments

Comments
 (0)