@@ -5,12 +5,6 @@ import Sash from "../components/sash";
55import OnePager from "src/assets/svgs/icon-onepager.svg" ;
66import YellowPaper from "src/assets/svgs/icon-yellowpaper.svg" ;
77import 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" ;
148import { Container } from "react-bootstrap" ;
159import { FormattedMessage , injectIntl } from "gatsby-plugin-intl" ;
1610import 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