Skip to content

Commit 8370855

Browse files
authored
Merge 066e4d4 into 90afa36
2 parents 90afa36 + 066e4d4 commit 8370855

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ShowHideButtonCircle } from '../../components/ShowHideButton.jsx';
44
import cn from 'classnames';
55
import { h } from 'preact';
66
import { InfoIcon } from '../../components/Icons.js';
7-
import { NewBadge } from '../../components/NewBadge.js';
7+
// import { NewBadge } from '../../components/NewBadge.js';
88
import { Tooltip } from '../../components/Tooltip/Tooltip.js';
99
import { useAnimatedCount } from '../utils/useAnimatedCount.js';
1010
import { useRef, useEffect, useMemo } from 'preact/hooks';
@@ -115,9 +115,9 @@ export function ProtectionsHeading({
115115
<h3 class={styles.title}>
116116
{formatter.format(animatedCookiePopUpsBlocked)} <span>{cookiePopUpsBlockedHeading}</span>
117117
</h3>
118-
{/* @todo `NewBadge` will be manually removed in
119-
a future iteration */}
120-
<NewBadge text={t('protections_newBadge')} />
118+
{/* @todo `NewBadge` will be added in a future release.
119+
See https://app.asana.com/1/137249556945/task/1211734332014683/comment/1212338797552994?focus=true */}
120+
{/* <NewBadge text={t('protections_newBadge')} /> */}
121121
</div>
122122
)}
123123
</div>
54.1 KB
Loading
53.8 KB
Loading

0 commit comments

Comments
 (0)