diff --git a/src/screens/Subscriptions/index.tsx b/src/screens/Subscriptions/index.tsx index a84a1645a0..d1996cbcfd 100644 --- a/src/screens/Subscriptions/index.tsx +++ b/src/screens/Subscriptions/index.tsx @@ -527,45 +527,15 @@ function useFeatures() { const {_} = useLingui() const features = [ - { - available: true, - icon: Check, - text: _(msg`Bluesky+ profile badge`), - }, { available: true, icon: Check, text: _(msg`Custom app icons`), }, - { - available: true, - icon: Check, - text: _(msg`Profile customizations`), - }, - { - available: true, - icon: Check, - text: _(msg`Higher video upload limits`), - }, - { - available: true, - icon: Check, - text: _(msg`High quality video resolution`), - }, { available: false, icon: Clock, - text: _(msg`Inline post translations (coming soon)`), - }, - { - available: false, - icon: Clock, - text: _(msg`Post analytics (coming soon)`), - }, - { - available: false, - icon: Clock, - text: _(msg`Bookmark folders (coming soon)`), + text: _(msg`Feature feature feature`), }, ]