mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #4065 from omnivore-app/fix/web-home-next
Make home wider, fix nextOrHome on delete of items
This commit is contained in:
commit
83f1736874
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ export function HomeContainer(): JSX.Element {
|
|||
<VStack
|
||||
distribution="start"
|
||||
css={{
|
||||
width: '646px',
|
||||
width: '680px',
|
||||
gap: '50px',
|
||||
minHeight: '100vh',
|
||||
'@mdDown': {
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ export default function Home(): JSX.Element {
|
|||
showErrorToast('Error deleting page', { position: 'bottom-right' })
|
||||
}
|
||||
})
|
||||
router.push(`/home`)
|
||||
goNextOrHome()
|
||||
}
|
||||
}, [article, cache, mutate, router])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue