Placeholder

This commit is contained in:
Eric Bailey
2024-12-08 12:00:17 -06:00
parent cd870d2485
commit cf281a2c43
+1 -31
View File
@@ -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`),
},
]