Skip to content

Commit 4d98094

Browse files
authored
Merge pull request #339 from gnosischain/feat/remove-debridge-and-swapsio
feat: remove external links
2 parents 5fec96c + e28d4bd commit 4d98094

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

app/src/pagePartials/bridge/sidebar/ExternalLinks.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export const ExternalLinks: React.FC = ({ ...restProps }) => {
1010
name: 'relay.link',
1111
url: 'https://relay.link/bridge/gnosis',
1212
},
13-
{
14-
name: 'debridge.finance',
15-
url: 'https://app.debridge.finance/',
16-
},
1713
{
1814
name: 'jumper.exchange',
1915
url: 'https://jumper.exchange/',
@@ -30,10 +26,6 @@ export const ExternalLinks: React.FC = ({ ...restProps }) => {
3026
name: 'symbiosis.finance',
3127
url: 'https://app.symbiosis.finance/swap',
3228
},
33-
{
34-
name: 'swaps.io',
35-
url: 'https://swaps.io/',
36-
},
3729
{
3830
name: 'squid',
3931
url: 'https://app.squidrouter.com/',

app/src/pagePartials/faq/FAQContents.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ export const FAQContents: React.FC = () => {
8181
Connext
8282
</a>
8383
</li>
84-
<li>
85-
<a href="https://app.debridge.finance/" rel="noreferrer" target="_blank">
86-
deBridge
87-
</a>
88-
</li>
8984
<li>
9085
<a href="https://app.shapeshift.com/#/trade" rel="noreferrer" target="_blank">
9186
ShapeShift.com
@@ -96,11 +91,6 @@ export const FAQContents: React.FC = () => {
9691
Symbiosis
9792
</a>
9893
</li>
99-
<li>
100-
<a href="https://swaps.io/" rel="noreferrer" target="_blank">
101-
Swaps.io
102-
</a>
103-
</li>
10494
<li>
10595
<a href="https://app.squidrouter.com/" rel="noreferrer" target="_blank">
10696
Squid

0 commit comments

Comments
 (0)