mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +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>
|
</TouchableOpacity>
|
||||||
{!!tag && (
|
{!!tag && (
|
||||||
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
|
||||||
<Tag isPostCardTag isPin value={tag} />
|
<Tag isPostCardTag={!isPromoted} isPin value={tag} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
)}
|
)}
|
||||||
<Text style={styles.date}>
|
<Text style={styles.date}>
|
||||||
|
@ -226,7 +226,7 @@
|
|||||||
"removed_hint": "The post was removed by",
|
"removed_hint": "The post was removed by",
|
||||||
"copy_link": "Copy Link",
|
"copy_link": "Copy Link",
|
||||||
"reblogged": "reblogged by",
|
"reblogged": "reblogged by",
|
||||||
"sponsored": "sponsored"
|
"sponsored": "SPONSORED"
|
||||||
},
|
},
|
||||||
"drafts": {
|
"drafts": {
|
||||||
"title": "Drafts",
|
"title": "Drafts",
|
||||||
|
Loading…
Reference in New Issue
Block a user