From cf281a2c43de3799687259943515f54525108a6a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 8 Dec 2024 12:00:17 -0600 Subject: [PATCH] Placeholder --- src/screens/Subscriptions/index.tsx | 32 +---------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) 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`), }, ]