Skip to content
Snippets Groups Projects
Commit f8d842ad authored by good-karma's avatar good-karma
Browse files

Esteem to Ecency ExplorePost.jsx

parent 02fbca56
No related branches found
No related tags found
2 merge requests!152Develop,!138Esteem to Ecency ExplorePost.jsx
......@@ -23,6 +23,7 @@ class ExplorePost extends Component {
this.Hiveblocks = this.Hiveblocks.bind(this);
this.Hivedb = this.Hivedb.bind(this);
this.Peakd = this.Peakd.bind(this);
this.Ecency = this.Ecency.bind(this);
}
Hiveblocks() {
......@@ -37,8 +38,8 @@ class ExplorePost extends Component {
serverApiRecordEvent('PeakdView', this.props.permlink);
}
Esteem() {
serverApiRecordEvent('EsteemView', this.props.permlink);
Ecency() {
serverApiRecordEvent('EcencyView', this.props.permlink);
}
onCopy() {
......@@ -59,7 +60,7 @@ class ExplorePost extends Component {
const hiveblocks = 'https://hiveblocks.com' + link;
const hivedb = 'https://hive-db.com' + link;
const peakd = 'https://peakd.com' + link;
const esteem = 'https://esteem.app' + link;
const ecency = 'https://ecency.com' + link;
const hiveblog = 'https://hive.blog' + link;
const hiveblogMd = '[' + title + '](https://hive.blog' + link + ')';
let text =
......@@ -140,12 +141,12 @@ class ExplorePost extends Component {
</li>
<li>
<a
href={esteem}
onClick={this.Esteem}
href={ecency}
onClick={this.Ecency}
target="_blank"
rel="noopener noreferrer"
>
esteem.app <Icon name="extlink" />
ecency.com <Icon name="extlink" />
</a>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment