diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 68913819c..5a928f3a5 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -51,7 +51,7 @@ export type HomeFeedContainerProps = { const SAVED_SEARCHES: Record = { 'Inbox': '', 'Read Later': `in:inbox -label:Newsletter`, - 'Highlighted': `in:inbox has:highlight`, + 'Highlighted': `in:inbox has:highlights`, 'Today': `in:inbox saved:${new Date(new Date().getTime() - (24 * 3600000)).toISOString().split('T')[0]}..*`, 'Newsletters': `in:inbox label:Newsletter`, }