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 715b401 commit 1f5b4d3Copy full SHA for 1f5b4d3
special-pages/pages/new-tab/app/protections/components/ProtectionsHeading.js
@@ -49,6 +49,7 @@ export function ProtectionsHeading({
49
</span>
50
<h2 class={styles.caption}>{t('protections_menuTitle')}</h2>
51
52
+ {/* @todo accessibility: move focus to content on hover? */}
53
<Tooltip content={t('stats_protectionsReportInfo')}>
54
<InfoIcon class={styles.infoIcon} />
55
</Tooltip>
@@ -89,6 +90,8 @@ export function ProtectionsHeading({
89
90
<span>{totalCookiePopUpsBlocked}</span>
91
{cookiePopUpsBlockedHeading}
92
</h3>
93
+ {/* @todo `NewBadgeIcon` will be manually removed in
94
+ a future iteration */}
95
<NewBadgeIcon />
96
</div>
97
)}
0 commit comments