Skip to content

Fix: build error #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@
"engines": {
"node": ">=14.0.0",
"yarn": "^1.22.0"
},
"volta": {
"node": "16.19.1",
"yarn": "1.22.19"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { FormattedMessage, Link, injectIntl } from "gatsby-plugin-intl";
import OmenSVG from "src/assets/svgs/third-party-logos/omen/omen.svg";
import Deversifi from "src/assets/images/third-party-logos/deversifi.png";
import Union from "src/assets/svgs/third-party-logos/union/logo.svg";
import DemocracyEarth from "src/assets/images/third-party-logos/democracy/vertical.png";
import Unslashed from "src/assets/svgs/third-party-logos/unslashed/dark.svg";
import Polkamarkets from "src/assets/svgs/third-party-logos/polkamarkets/dark.svg";
import Gnosis from "src/assets/svgs/gnosis-logo.svg";
Expand Down Expand Up @@ -383,11 +382,6 @@ class IndexPage extends React.Component {
icon: Union,
name: "Union"
},
{
href: "https://democracy.earth/",
icon: DemocracyEarth,
name: "DemocracyEarth"
},
{
href: "https://gnosis.io/",
icon: Gnosis,
Expand Down
5 changes: 0 additions & 5 deletions src/pages/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import Uniswap from "src/assets/svgs/uniswap.svg";
import UniswapWhite from "src/assets/svgs/uniswap_logo.svg";

import Union from "src/assets/svgs/union.svg";
import DemocracyEarth from "src/assets/images/third-party-logos/democracy_earth_logo.png";

import ExchangeIllustrationEN from "src/assets/svgs/exchange-en.svg";
import ExchangeIllustrationES from "src/assets/svgs/exchange-es.svg";
Expand Down Expand Up @@ -125,10 +124,6 @@ const Integrations = ({ intl }) => (
<span className={styles.helper}></span>
<Union />
</Badge>
<Badge as="a" className={styles.badge} href="https://democracy.earth/" rel="noopener noreferrer" target="blank">
<span className={styles.helper}></span>
<img src={DemocracyEarth} alt="DemocracyEarth" />
</Badge>
<Badge as="a" className={styles.badge} href="https://gnosis.io/" rel="noopener noreferrer" target="blank">
<span className={styles.helper}></span>
<Gnosis />
Expand Down
7,423 changes: 4,145 additions & 3,278 deletions yarn.lock

Large diffs are not rendered by default.