Skip to content

Commit

Permalink
Merge pull request #2501 from Giveth/hides-mtpelerin
Browse files Browse the repository at this point in the history
Hides mt pelerin banner
  • Loading branch information
MohammadPCh authored Apr 11, 2023
2 parents 33e0de3 + b238b42 commit aca8f2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.14.3",
"version": "2.14.4",
"private": true,
"scripts": {
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions src/components/views/donate/DonateIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SuccessView from '@/components/views/donate/SuccessView';
import ProjectCardSelector from '@/components/views/donate/ProjectCardSelector';
import DonationTypes from '@/components/views/donate/DonationTypes';
import NiceBanner from './NiceBanner';
import PurchaseXDAI from './PurchaseXDAIBanner';
// import PurchaseXDAI from './PurchaseXDAIBanner';
import useDetectDevice from '@/hooks/useDetectDevice';
import { useDonateData } from '@/context/donate.context';

Expand All @@ -20,7 +20,7 @@ const DonateIndex: FC = () => {
<>
<BigArc />
<Wrapper>
<PurchaseXDAI />
{/* <PurchaseXDAI /> */}
<NiceBanner />
<Sections>
<ProjectCardSelector />
Expand Down
12 changes: 6 additions & 6 deletions src/components/views/donate/FiatDonation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from 'react';
import Image from 'next/image';
import { useIntl } from 'react-intl';
import styled from 'styled-components';
import { Button, B, neutralColors } from '@giveth/ui-design-system';
import { Button, B, neutralColors, H4 } from '@giveth/ui-design-system';
import { useWeb3React } from '@web3-react/core';
import { InputSize } from '@/components/Input';
import InputStyled from '@/components/styled-components/Input';
Expand Down Expand Up @@ -44,11 +44,11 @@ const FiatDonation = () => {
ETH: { address: mainnetAddress },
};

// return (
// <FiatContainer style={{ marginTop: 40 }}>
// <H4>{formatMessage({ id: 'label.coming_soon' })}</H4>
// </FiatContainer>
// );
return (
<FiatContainer style={{ marginTop: 40 }}>
<H4>{formatMessage({ id: 'label.coming_soon' })}</H4>
</FiatContainer>
);

return (
<>
Expand Down

1 comment on commit aca8f2c

@vercel
Copy link

@vercel vercel bot commented on aca8f2c Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth-dapps-v2-git-main-givethio.vercel.app
giveth-dapps-v2-givethio.vercel.app
giveth.io
www.giveth.io

Please sign in to comment.