mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
stop using home for queries
This commit is contained in:
parent
bb9967a209
commit
c7406da834
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ export default function Rss(): JSX.Element {
|
|||
}
|
||||
onClick={() => {
|
||||
router.push(
|
||||
`/home?q=in:inbox rss:"${encodeURIComponent(
|
||||
`/search?q=in:inbox rss:"${encodeURIComponent(
|
||||
subscription.url
|
||||
)}"`
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue