add delete btn

This commit is contained in:
Hailey
2024-06-11 23:07:00 -07:00
parent a6b7034a04
commit bfe7d4307c
3 changed files with 100 additions and 57 deletions
@@ -113,7 +113,7 @@ export const ProfileStarterPacks = React.forwardRef<
testID="listsEmpty"
style={[{padding: 18, borderTopWidth: 1}, pal.border]}>
<Text style={pal.textLight}>
<Trans>You have no feeds.</Trans>
<Trans>You have no starter packs.</Trans>
</Text>
</View>
)