@@ -20,7 +20,6 @@ import { AriaMenuItemProps, AriaMenuOptions } from "@react-aria/menu";
2020import styles from "./AppPicker.module.scss" ;
2121import FirefoxLogo from "../images/fx.png" ;
2222import MonitorLogo from "../images/monitor.png" ;
23- import PocketLogo from "../images/pocket.png" ;
2423import VpnLogo from "../images/vpn.svg" ;
2524import FxDesktopLogo from "../images/fx-logo.svg" ;
2625import FxMobileLogo from "../images/fx-mobile.png" ;
@@ -40,11 +39,6 @@ const getProducts = (referringSiteUrl: string) => ({
4039 ) } &utm_medium=referral&utm_campaign=bento&utm_content=desktop&prompt=none`,
4140 gaLabel : "moz-monitor" ,
4241 } ,
43- pocket : {
44- id : "pocket" ,
45- 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" ,
46- gaLabel : "pocket" ,
47- } ,
4842 fxDesktop : {
4943 id : "fxDesktop" ,
5044 url : `https://www.mozilla.org/firefox/new/?utm_source=${ encodeURIComponent (
@@ -90,7 +84,6 @@ export const AppPicker = (props: Props) => {
9084 RefObject < HTMLAnchorElement | null >
9185 > = {
9286 monitor : useRef < HTMLAnchorElement > ( null ) ,
93- pocket : useRef < HTMLAnchorElement > ( null ) ,
9487 fxDesktop : useRef < HTMLAnchorElement > ( null ) ,
9588 fxMobile : useRef < HTMLAnchorElement > ( null ) ,
9689 vpn : useRef < HTMLAnchorElement > ( null ) ,
@@ -147,18 +140,6 @@ export const AppPicker = (props: Props) => {
147140 { l10n . getString ( "moz-monitor" ) }
148141 </ a >
149142 </ Item >
150- < Item key = { products . pocket . id } textValue = { l10n . getString ( "fx-pocket" ) } >
151- < a
152- ref = { linkRefs . pocket }
153- href = { products . pocket . url }
154- className = { `${ styles [ "menu-link" ] } ${ styles [ "pocket-link" ] } ` }
155- target = "_blank"
156- rel = "noopener noreferrer"
157- >
158- < Image src = { PocketLogo } alt = "" width = { 16 } height = { 16 } />
159- { l10n . getString ( "fx-pocket" ) }
160- </ a >
161- </ Item >
162143 < Item
163144 key = { products . fxDesktop . id }
164145 textValue = { l10n . getString ( "fx-desktop-2" ) }
0 commit comments