Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
805
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
ce675a53
Commit
ce675a53
authored
26 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): chart to reflect backend
parent
9bd84a18
master
No related merge requests found
Pipeline
#94019077
running with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/app/modules/wallet/tokens/contributions/chart.component.html
View file @
ce675a53
...
...
@@ -31,7 +31,7 @@
<i
class=
"material-icons"
>
people
</i>
<div
class=
"m-token-contributions--chart--contribution-text"
>
<span>
Referrals
</span>
<span>
+
50
</span>
<span>
+
1
</span>
</div>
</div>
<div
class=
"m-token-contributions--chart--contribution"
>
...
...
This diff is collapsed.
src/app/modules/wallet/tokens/referrals/referrals.component.html
View file @
ce675a53
...
...
@@ -8,7 +8,7 @@
If your friend signs up for Minds within 24 hours of clicking the link you
shared with them, they’ll be added to your pending referrals. Once they sign
up for the rewards program by setting up their Minds wallet, the referral is
complete and you’ll
<span>
both
</span>
get +
50
added to your contribution
complete and you’ll
<span>
both
</span>
get +
1
added to your contribution
scores! (Hint: check out
<a
[routerLink]=
"['/wallet/tokens/101']"
>
Token 101
</a>
to learn how
contribution scores are converted into tokens)
...
...
This diff is collapsed.
Please
register
or
sign in
to comment