export const PRO_NAVIGATION_DROPDOWN_DEFAULT_LIST = [ { id: 'link-myft-feed', title: 'myFT feed', href: 'https://www.ft.com/myft/following/', icon: 'list', hasAccess: true, hasBottomLine: false, hasLabel: false }, { id: 'link-mpr', title: 'Monetary Policy Radar', href: 'https://professional-monetary-policy-radar.ft.com/', icon: 'radar', hasAccess: true, hasBottomLine: true, hasLabel: true }, { id: 'link-saved-articles', title: 'Saved articles', href: 'https://www.ft.com/myft/saved-articles/', icon: 'bookmark', hasAccess: true, hasBottomLine: false, hasLabel: false }, { id: 'link-highlights', title: 'Highlights', href: 'https://highlights-dashboard.ft.com/', icon: 'highlight', hasAccess: true, hasBottomLine: false, hasLabel: true }, { id: 'link-advanced-sharing', title: 'Advanced Sharing', href: 'https://sharing-dashboard.ft.com/', icon: 'share', hasAccess: true, hasBottomLine: true, hasLabel: true }, { id: 'link-newsletters', title: 'Newsletters', href: 'https://www.ft.com/newsletters', icon: 'mail', hasAccess: true, hasBottomLine: false, hasLabel: false }, { id: 'link-account-settings', title: 'Account settings', href: 'https://www.ft.com/myaccount/personal-details', icon: 'settings', hasAccess: true, hasBottomLine: false, hasLabel: false }, { id: 'link-sign-out', title: 'Sign out', href: 'https://www.ft.com/logout', icon: 'exit', hasAccess: true, hasBottomLine: false, hasLabel: false } ]