diff --git a/components/getErg/Mining.tsx b/components/getErg/Mining.tsx index 50f2192..ff6431a 100644 --- a/components/getErg/Mining.tsx +++ b/components/getErg/Mining.tsx @@ -7,6 +7,12 @@ function FormattedMessageFixed(props: any) { export default function Mining() { let miningPoolsUrls = [ + { + text: ( + + ), + url: 'https://www.f2pool.com/coin/ergo', + }, { text: ( @@ -152,6 +158,18 @@ export default function Mining() { customClass=" -ml-4 mb-8" />
+