Skip to content

Commit

Permalink
Merge pull request #50 from ergoplatform/add_f2pool_and_mining_pool_s…
Browse files Browse the repository at this point in the history
…tats_links

add f2pool and mining pool stats link
  • Loading branch information
deadit authored Sep 19, 2022
2 parents f69678d + bd3bf3c commit 01b291b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions components/getErg/Mining.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ function FormattedMessageFixed(props: any) {

export default function Mining() {
let miningPoolsUrls = [
{
text: (
<FormattedMessageFixed defaultMessage="F2POOL" id="components.mining.miningPools.f2pool" />
),
url: 'https://www.f2pool.com/coin/ergo',
},
{
text: (
<FormattedMessageFixed defaultMessage="666 POOL" id="components.mining.miningPools.1" />
Expand Down Expand Up @@ -152,6 +158,18 @@ export default function Mining() {
customClass=" -ml-4 mb-8"
/>
<br />
<Button
text="MINING POOL STATS"
url="https://miningpoolstats.stream/ergo"
newTab={true}
underline={true}
textColor="brand-orange"
background={false}
icon="ArrowRight"
iconColor="orange"
customClass=" -ml-4 mb-8"
/>
<br />
<Button
text="DISCORD"
url="https://discord.gg/PFYugUgg28"
Expand Down
8 changes: 4 additions & 4 deletions content/compiled-locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"components.faq.text.2": [
{
"type": 0,
"value": "NON PUOI TROVARE QUEELLO "
"value": "NON TROVI QUELLO "
},
{
"type": 1,
Expand Down Expand Up @@ -500,7 +500,7 @@
"components.homeInfo.circulatingSupply": [
{
"type": 0,
"value": "ALIMENTAZIONE CIRCOLANTE"
"value": "RIFORNIMENTO CIRCOLANTE"
}
],
"components.homeInfo.hashRate": [
Expand Down Expand Up @@ -770,7 +770,7 @@
"footer.discover.2": [
{
"type": 0,
"value": "Borse e ricompense"
"value": "Finanziamenti e ricompense"
}
],
"footer.discover.3": [
Expand Down Expand Up @@ -836,7 +836,7 @@
"footer.getErg.1": [
{
"type": 0,
"value": "Estrazione"
"value": "Mining"
}
],
"footer.getErg.2": [
Expand Down

0 comments on commit 01b291b

Please sign in to comment.