Skip to content

Commit

Permalink
Merge pull request #291 from kleros/feat/few-changes-to-integrations-…
Browse files Browse the repository at this point in the history
…page

chore: few adjustments to the integrations page, add seer, remove uns…
  • Loading branch information
alcercu authored Oct 25, 2024
2 parents 6aa9fb7 + 5021aff commit ac55a1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions src/assets/svgs/seer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/pages/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Archon from "src/assets/svgs/archon.svg";
import Deversifi from "src/assets/images/third-party-logos/deversifi.png";
import Gnosis from "src/assets/svgs/gnosis-mono.svg";
import API3 from "src/assets/images/third-party-logos/api3_mono.png";
import Unslashed from "src/assets/images/third-party-logos/unslashed.png";
import Seer from "src/assets/svgs/seer.svg";
import Polkamarkets from "src/assets/images/third-party-logos/polkamarkets-mono.png";
import DeversifiMono from "src/assets/images/third-party-logos/deversifi-mono.png";
import Omen from "src/assets/svgs/omen_logo.svg";
Expand Down Expand Up @@ -114,7 +114,7 @@ const Integrations = ({ intl }) => (
<span className={styles.helper}></span>
<img src={DeversifiMono} alt="Deversifi" />
</Badge>
<Badge as="a" className={styles.badge} href="https://uniswap.org/" rel="noopener noreferrer" target="blank">
<Badge as="a" className={styles.badge} href="https://tokenlists.org/" rel="noopener noreferrer" target="blank">
<span className={styles.helper}></span>
<UniswapWhite />
</Badge>
Expand All @@ -130,9 +130,9 @@ const Integrations = ({ intl }) => (
<span className={styles.helper}></span>
<img src={API3} alt="API3" />
</Badge>
<Badge as="a" className={styles.badge} href="https://unslashed.finance/" rel="noopener noreferrer" target="blank">
<Badge as="a" className={styles.badge} href="https://seer.pm/" rel="noopener noreferrer" target="blank">
<span className={styles.helper}></span>
<img src={Unslashed} alt="Unslashed" />
<Seer />
</Badge>
<Badge as="a" className={styles.badge} href="https://www.polkamarkets.com/" rel="noopener noreferrer" target="blank">
<span className={styles.helper}></span>
Expand Down

0 comments on commit ac55a1e

Please sign in to comment.