Skip to content

Commit a19b946

Browse files
authored
Merge pull request #247 from kleros/feat/remove-content
Feat: Remove old partnership content
2 parents a36b6ce + beef473 commit a19b946

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

src/pages/about.js

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import Sash from "../components/sash";
55
import OnePager from "src/assets/svgs/icon-onepager.svg";
66
import YellowPaper from "src/assets/svgs/icon-yellowpaper.svg";
77
import WhitePaper from "src/assets/svgs/icon-whitepaper.svg";
8-
import Deversifi from "src/assets/images/third-party-logos/deversifi-bw.png";
9-
import Omen from "src/assets/svgs/omen_logo.svg";
10-
import Union from "src/assets/svgs/union.svg";
11-
import DemocracyEarth from "src/assets/images/third-party-logos/democracy_earth_logo.png";
12-
import API3 from "src/assets/images/third-party-logos/api3_mono.png";
13-
import Uniswap from "src/assets/svgs/uniswap_logo.svg";
148
import { Container } from "react-bootstrap";
159
import { FormattedMessage, injectIntl } from "gatsby-plugin-intl";
1610
import styles from "./styles/about.module.css";
@@ -141,33 +135,6 @@ const About = ({ intl }) => (
141135
<FormattedMessage id="about.section-4.h2" />
142136
</h2>
143137
</section>
144-
<section className={styles.partners}>
145-
<h2>
146-
<FormattedMessage id="about.section-5" />
147-
</h2>
148-
<a href="https://omen.eth.link/" rel="noopener noreferrer" target="blank">
149-
<Omen />
150-
</a>
151-
<a href="https://www.deversifi.com/" rel="noopener noreferrer" target="blank">
152-
<img src={Deversifi} alt="Deversifi" />
153-
</a>
154-
155-
<a href="https://uniswap.org/" rel="noopener noreferrer" target="blank">
156-
<Uniswap />
157-
</a>
158-
159-
<a href="https://www.unn.finance/" rel="noopener noreferrer" target="blank">
160-
<Union />
161-
</a>
162-
163-
<a href="https://democracy.earth/" rel="noopener noreferrer" target="blank">
164-
<img src={DemocracyEarth} alt="DemocracyEarth" />
165-
</a>
166-
<a href="https://api3.org/" rel="noopener noreferrer" target="blank">
167-
<img src={API3} alt="API3" />
168-
</a>
169-
<hr style={{ marginTop: "5rem" }} />
170-
</section>
171138
</Container>
172139
</Layout>
173140
);

0 commit comments

Comments
 (0)