Skip to content

Commit d882d44

Browse files
committed
Remove Pocket from AppMenu
RIP
1 parent d4a3f78 commit d882d44

File tree

4 files changed

+0
-31
lines changed

4 files changed

+0
-31
lines changed

locales/en/app.ftl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
-brand-name = Firefox
1313
-brand-HIBP = Have I Been Pwned
1414
-brand-fxa = Firefox Account
15-
-brand-pocket = Pocket
1615
-brand-lockwise = Firefox Lockwise
1716
-brand-firefox = Firefox
1817
-brand-monitor = Monitor

locales/en/bento.ftl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
toolbar-app-picker-trigger-title = { -brand-mozilla } apps and services
66
toolbar-app-picker-product-vpn = { -brand-mozilla-vpn }
77
toolbar-app-picker-product-relay = { -brand-relay }
8-
toolbar-app-picker-product-pocket = { -brand-pocket }
98
toolbar-app-picker-product-fx-desktop = { -brand-firefox } for Desktop
109
toolbar-app-picker-product-fx-mobile = { -brand-firefox } for Mobile
1110
toolbar-app-picker-by-mozilla = Made by { -brand-mozilla }

src/app/components/client/toolbar/AppPicker.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { ReactLocalization } from "@fluent/react";
2727
import styles from "./AppPicker.module.scss";
2828
import FirefoxLogo from "./images/fx.png";
2929
import RelayLogo from "./images/relay-logo.svg";
30-
import PocketLogo from "./images/pocket-logo.svg";
3130
import VpnLogo from "./images/vpn.svg";
3231
import FxDesktopLogo from "./images/fx-logo.svg";
3332
import FxMobileLogo from "./images/fx-mobile.png";
@@ -56,13 +55,6 @@ const getProducts = (referringHost: string, l10n: ReactLocalization) => ({
5655
gaLabel: "fx-relay",
5756
imgSrc: RelayLogo,
5857
},
59-
pocket: {
60-
id: "pocket",
61-
url: "https://app.adjust.com/hr2n0yz?engagement_type=fallback_click&fallback=https%3A%2F%2Fgetpocket.com%2Ffirefox_learnmore%3Fsrc%3Dff_bento&fallback_lp=https%3A%2F%2Fapps.apple.com%2Fapp%2Fpocket-save-read-grow%2Fid309601447",
62-
title: l10n.getString("toolbar-app-picker-product-pocket"),
63-
gaLabel: "pocket",
64-
imgSrc: PocketLogo,
65-
},
6658
fxDesktop: {
6759
id: "fxDesktop",
6860
url: `https://www.mozilla.org/firefox/new/?utm_source=${encodeURIComponent(

src/app/components/client/toolbar/images/pocket-logo.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)