Merge branch '2011-link-in-feeds-tab-bar' of https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar

This commit is contained in:
Paul Frazee 2023-11-29 17:35:57 -08:00
commit 4c7b9652db
10 changed files with 101 additions and 14 deletions

View file

@ -116,8 +116,8 @@ export async function DEFAULT_FEEDS(
} else {
// production
return {
pinned: [PROD_DEFAULT_FEED('whats-hot')],
saved: [PROD_DEFAULT_FEED('whats-hot')],
pinned: [],
saved: [],
}
}
}