Skip to content

Commit 5950556

Browse files
committed
chore: spring clean-up
1 parent c478be8 commit 5950556

File tree

8 files changed

+4149
-3294
lines changed

8 files changed

+4149
-3294
lines changed

gatsby-config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ module.exports = {
230230
title: "Partner, Placeholder",
231231
links: {},
232232
},
233-
{
234-
name: "Santiago Siri",
235-
title: "President, Democracy Earth Foundation",
236-
links: {},
237-
},
238233
{
239234
name: "Primavera de Flippi",
240235
title: "Faculty Associate at the Berkman Center for Internet & Society at Harvard Law School",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,9 @@
7676
"engines": {
7777
"node": ">=14.0.0",
7878
"yarn": "^1.22.0"
79+
},
80+
"volta": {
81+
"node": "16.19.1",
82+
"yarn": "1.22.19"
7983
}
8084
}
-256 KB
Binary file not shown.
-292 KB
Binary file not shown.
-16.7 KB
Binary file not shown.

src/pages/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { FormattedMessage, Link, injectIntl } from "gatsby-plugin-intl";
1616
import OmenSVG from "src/assets/svgs/third-party-logos/omen/omen.svg";
1717
import Deversifi from "src/assets/images/third-party-logos/deversifi.png";
1818
import Union from "src/assets/svgs/third-party-logos/union/logo.svg";
19-
import DemocracyEarth from "src/assets/images/third-party-logos/democracy/vertical.png";
2019
import Unslashed from "src/assets/svgs/third-party-logos/unslashed/dark.svg";
2120
import Polkamarkets from "src/assets/svgs/third-party-logos/polkamarkets/dark.svg";
2221
import Gnosis from "src/assets/svgs/gnosis-logo.svg";
@@ -383,11 +382,6 @@ class IndexPage extends React.Component {
383382
icon: Union,
384383
name: "Union"
385384
},
386-
{
387-
href: "https://democracy.earth/",
388-
icon: DemocracyEarth,
389-
name: "DemocracyEarth"
390-
},
391385
{
392386
href: "https://gnosis.io/",
393387
icon: Gnosis,

src/pages/integrations.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import Uniswap from "src/assets/svgs/uniswap.svg";
3535
import UniswapWhite from "src/assets/svgs/uniswap_logo.svg";
3636

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

4039
import ExchangeIllustrationEN from "src/assets/svgs/exchange-en.svg";
4140
import ExchangeIllustrationES from "src/assets/svgs/exchange-es.svg";
@@ -125,10 +124,6 @@ const Integrations = ({ intl }) => (
125124
<span className={styles.helper}></span>
126125
<Union />
127126
</Badge>
128-
<Badge as="a" className={styles.badge} href="https://democracy.earth/" rel="noopener noreferrer" target="blank">
129-
<span className={styles.helper}></span>
130-
<img src={DemocracyEarth} alt="DemocracyEarth" />
131-
</Badge>
132127
<Badge as="a" className={styles.badge} href="https://gnosis.io/" rel="noopener noreferrer" target="blank">
133128
<span className={styles.helper}></span>
134129
<Gnosis />

yarn.lock

Lines changed: 4145 additions & 3278 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)