Skip to content

Commit

Permalink
feat: add simple swap logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 18, 2023
1 parent 5277b82 commit 8f8dfec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/images/partners/simple-swap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions components/Integrations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 8f8dfec

Please sign in to comment.