diff --git a/src/components/index-page/Payouts/index.js b/src/components/index-page/Payouts/index.js index 331c484af..9b3ead441 100644 --- a/src/components/index-page/Payouts/index.js +++ b/src/components/index-page/Payouts/index.js @@ -142,7 +142,7 @@ const Payouts = ({ t, payouts, priceData }) => { -
+ {/*

{t('landing.payouts.carousel.title')}

@@ -182,7 +182,7 @@ const Payouts = ({ t, payouts, priceData }) => { /> ) : null}
- + */} ); };