mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make the list the default layout for new users
This commit is contained in:
parent
53a3d879ba
commit
c27ffc1ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
|||
const { viewerData } = useGetViewerQuery()
|
||||
const [layout, setLayout] = usePersistedState<LayoutType>({
|
||||
key: 'libraryLayout',
|
||||
initialValue: 'GRID_LAYOUT',
|
||||
initialValue: 'LIST_LAYOUT',
|
||||
})
|
||||
|
||||
const updateLayout = useCallback(
|
||||
|
|
|
|||
Loading…
Reference in a new issue