diff options
author | Hailey <me@haileyok.com> | 2024-02-13 00:40:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 00:40:39 -0800 |
commit | d8245e96eab165d5446254e23e8ae5849354e7e5 (patch) | |
tree | e8b1020e0d9d8a6300e9d214d7c70a3006646357 /src/screens/Onboarding/StepAlgoFeeds | |
parent | 36e1da10069749832831569611df8038c43fb6ed (diff) | |
download | voidsky-d8245e96eab165d5446254e23e8ae5849354e7e5.tar.zst |
Add copy to feeds page (#2852)
* move `IconCircle` to `components` for reuse * add copy to feeds page * start of a header * saveit * add lg size * add your feeds * don't show Your Feeds if you don't have any * Minor ui tweaks * cleanup * remove unused activity indicator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'src/screens/Onboarding/StepAlgoFeeds')
-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 33e519207..1a4e4c493 100644 --- a/src/screens/Onboarding/StepAlgoFeeds/index.tsx +++ b/src/screens/Onboarding/StepAlgoFeeds/index.tsx @@ -20,7 +20,7 @@ import { OnboardingControls, } from '#/screens/Onboarding/Layout' import {FeedCard} from '#/screens/Onboarding/StepAlgoFeeds/FeedCard' -import {IconCircle} from '#/screens/Onboarding/IconCircle' +import {IconCircle} from '#/components/IconCircle' export type FeedConfig = { default: boolean |