mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo in highlighted search
This commit is contained in:
parent
3f7546fb08
commit
10dc8e2136
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue