diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:42:48 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:42:48 -0800 |
commit | 2e3e66c974d1b614cfa4831f3eb1d95117bf10f3 (patch) | |
tree | 8d29d2eb5d9967e6faa19d7858f3c24f90daa945 /src/screens/Onboarding/StepAlgoFeeds/index.tsx | |
parent | 50eb1c30d2462bc04cb6ec9b82af7120e5a80614 (diff) | |
download | voidsky-2e3e66c974d1b614cfa4831f3eb1d95117bf10f3.tar.zst |
Fix sort
Diffstat (limited to 'src/screens/Onboarding/StepAlgoFeeds/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepAlgoFeeds/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/StepAlgoFeeds/index.tsx b/src/screens/Onboarding/StepAlgoFeeds/index.tsx index f2bf7cfb7..bc9262884 100644 --- a/src/screens/Onboarding/StepAlgoFeeds/index.tsx +++ b/src/screens/Onboarding/StepAlgoFeeds/index.tsx @@ -28,7 +28,7 @@ export type FeedConfig = { gradient?: typeof tokens.gradients.midnight | typeof tokens.gradients.nordic } -const PRIMARY_FEEDS: FeedConfig[] = [ +export const PRIMARY_FEEDS: FeedConfig[] = [ { default: IS_PROD, // these feeds are only available in prod uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot', |