mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Merge pull request #1060 from esteemapp/bugfix/sponsoredText
Changed sponsored text design
This commit is contained in:
commit
bdc6f0f722
@ -74,7 +74,7 @@ class PostHeaderDescription extends PureComponent {
|
||||
</TouchableOpacity>
|
||||
{!!tag && (
|
||||
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
||||
<Tag isPostCardTag isPin value={tag} />
|
||||
<Tag isPostCardTag={!isPromoted} isPin value={tag} />
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
<Text style={styles.date}>
|
||||
|
@ -226,7 +226,7 @@
|
||||
"removed_hint": "The post was removed by",
|
||||
"copy_link": "Copy Link",
|
||||
"reblogged": "reblogged by",
|
||||
"sponsored": "sponsored"
|
||||
"sponsored": "SPONSORED"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Drafts",
|
||||
|
Loading…
Reference in New Issue
Block a user