From 2e3e66c974d1b614cfa4831f3eb1d95117bf10f3 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 31 Jan 2024 16:42:48 -0800 Subject: Fix sort --- src/screens/Onboarding/StepAlgoFeeds/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Onboarding/StepAlgoFeeds/index.tsx') 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', -- cgit 1.4.1