Skip to content

Commit 6ad856a

Browse files
committed
Add @todos
1 parent bc4463a commit 6ad856a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

special-pages/pages/new-tab/app/protections/components/ProtectionsHeading.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export function ProtectionsHeading({
4949
</span>
5050
<h2 class={styles.caption}>{t('protections_menuTitle')}</h2>
5151

52+
{/* @todo accessibility: move focus to content on hover? */}
5253
<Tooltip content={t('stats_protectionsReportInfo')}>
5354
<InfoIcon class={styles.infoIcon} />
5455
</Tooltip>
@@ -89,6 +90,8 @@ export function ProtectionsHeading({
8990
<span>{totalCookiePopUpsBlocked}</span>
9091
{cookiePopUpsBlockedHeading}
9192
</h3>
93+
{/* @todo `NewBadgeIcon` will be manually removed in
94+
a future iteration */}
9295
<NewBadgeIcon />
9396
</div>
9497
)}

0 commit comments

Comments
 (0)