Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
condenser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
condenser
Commits
f8d842ad
Commit
f8d842ad
authored
4 years ago
by
good-karma
Browse files
Options
Downloads
Patches
Plain Diff
Esteem to Ecency ExplorePost.jsx
parent
02fbca56
No related branches found
No related tags found
2 merge requests
!152
Develop
,
!138
Esteem to Ecency ExplorePost.jsx
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/modules/ExplorePost.jsx
+7
-6
7 additions, 6 deletions
src/app/components/modules/ExplorePost.jsx
with
7 additions
and
6 deletions
src/app/components/modules/ExplorePost.jsx
+
7
−
6
View file @
f8d842ad
...
...
@@ -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
);
}
E
steem
()
{
serverApiRecordEvent
(
'
E
steem
View
'
,
this
.
props
.
permlink
);
E
cency
()
{
serverApiRecordEvent
(
'
E
cency
View
'
,
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
e
steem
=
'
https://e
steem.app
'
+
link
;
const
e
cency
=
'
https://e
cency.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
=
{
e
steem
}
onClick
=
{
this
.
E
steem
}
href
=
{
e
cency
}
onClick
=
{
this
.
E
cency
}
target
=
"_blank"
rel
=
"noopener noreferrer"
>
e
steem.app
<
Icon
name
=
"extlink"
/>
e
cency.com
<
Icon
name
=
"extlink"
/>
</
a
>
</
li
>
</
ul
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment