Make the list the default layout for new users

This commit is contained in:
Jackson Harper
2023-08-31 13:15:44 +08:00
parent 53a3d879ba
commit c27ffc1ba2

View File

@ -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(