clicking on the rss feed will show all the feed items

This commit is contained in:
Hongbo Wu 2023-07-19 15:29:41 +08:00
parent 8205019f6f
commit 2fe1aa1b02

View file

@ -79,6 +79,9 @@ export default function Rss(): JSX.Element {
}`}
</StyledText>
}
onClick={() => {
router.push(`/home?q=rss:"${subscription.url}"`)
}}
/>
)
})