From c27ffc1ba215ea53aad371828aaa16640f4a5441 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 31 Aug 2023 13:15:44 +0800 Subject: [PATCH] Make the list the default layout for new users --- .../web/components/templates/homeFeed/HomeFeedContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 338e3e833..65c1bb689 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -938,7 +938,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { const { viewerData } = useGetViewerQuery() const [layout, setLayout] = usePersistedState({ key: 'libraryLayout', - initialValue: 'GRID_LAYOUT', + initialValue: 'LIST_LAYOUT', }) const updateLayout = useCallback(