diff --git a/assets/images/partners/simple-swap.svg b/assets/images/partners/simple-swap.svg new file mode 100644 index 00000000..7f7387bc --- /dev/null +++ b/assets/images/partners/simple-swap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/Integrations.vue b/components/Integrations.vue index 12858d3b..fbfc8bc5 100644 --- a/components/Integrations.vue +++ b/components/Integrations.vue @@ -196,6 +196,13 @@ export default { scale: 1.1, brightness: 1, }, + { + title: 'SimpleSwap', + src: require('@/assets/images/partners/simple-swap.svg'), + link: 'https://simpleswap.io/', + scale: 1.5, + brightness: 1, + }, ] // This sorting algorithm is far for perfect (somehow biased), but it simply does the job here .sort(() => 0.5 - Math.random())