Skip to content

Commit

Permalink
chore: spring clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Mar 28, 2023
1 parent c478be8 commit 9b1646b
Show file tree
Hide file tree
Showing 7 changed files with 4,149 additions and 3,289 deletions.
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.

0 comments on commit 9b1646b

Please sign in to comment.