Fix typo in highlighted search

This commit is contained in:
Jackson Harper 2022-04-21 14:27:57 -07:00
parent 3f7546fb08
commit 10dc8e2136

View file

@ -51,7 +51,7 @@ export type HomeFeedContainerProps = {
const SAVED_SEARCHES: Record<string,string> = {
'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`,
}