Skip to content

Commit a23492a

Browse files
Remove "NEW" badge from protections report (#2098)
* Remove "NEW" badge from protections report See https://app.asana.com/1/137249556945/task/1211734332014683/comment/1212338797552994?focus=true for context * Updated snapshots via workflow --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 90afa36 commit a23492a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>
5.75 KB
Loading
6.27 KB
Loading

0 commit comments

Comments
 (0)