Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wallet
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
wallet
Merge requests
!14
chore: update master with latests fixes and features from develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: update master with latests fixes and features from develop
develop
into
master
Overview
0
Commits
57
Pipelines
0
Changes
82
Merged
Bartłomiej Górnicki
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
57
Pipelines
0
Changes
5
Expand
Changes:
fix: proper logo for night mode
fix: replace steemitimages with images.hive.blog
feature: node API endpoints failover
chore: ci/cd workflow
0
0
Merge request reports
Compare
version 4
version 4
9709e113
4 years ago
version 3
56523c5b
4 years ago
version 2
4ef55a89
4 years ago
version 1
0f0ae510
4 years ago
master (base)
and
latest version
latest version
ef975b3e
57 commits,
4 years ago
version 4
9709e113
53 commits,
4 years ago
version 3
56523c5b
18 commits,
4 years ago
version 2
4ef55a89
16 commits,
4 years ago
version 1
0f0ae510
14 commits,
4 years ago
Show latest version
5 files
+
30
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/app/components/elements/ConfirmDelegationTransfer/index.jsx
+
1
−
1
Options
@@ -10,7 +10,7 @@ const ConfirmDelegationTransfer = ({ operation, amount }) => {
key
=
{
`transaction-label-
${
i
}
`
}
className
=
"input-group-label"
>
STEEM
HIVE
</
span
>
<
input
className
=
"input-group-field"
Loading