mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
clicking on the rss feed will show all the feed items
This commit is contained in:
parent
8205019f6f
commit
2fe1aa1b02
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ export default function Rss(): JSX.Element {
|
|||
}`}
|
||||
</StyledText>
|
||||
}
|
||||
onClick={() => {
|
||||
router.push(`/home?q=rss:"${subscription.url}"`)
|
||||
}}
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue