Skip to content

Commit

Permalink
add adopting bitcoin integration
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Sep 26, 2024
1 parent 3dd06cb commit c7982a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/AboutIntegration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
class="space-y-2 transition-colors hover:text-link"
>
<img
src="/images/integrations/{integration.icon}{integration.icon === 'voltage'
src="/images/integrations/{integration.icon}{integration.icon === 'voltage' ||
integration.icon === 'adopting'
? '.png'
: '.jpg'}"
alt="logo"
Expand Down
3 changes: 2 additions & 1 deletion src/routes/about-us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
{ name: 'Spirit of Satoshi', icon: 'spirit', url: 'https://www.spiritofsatoshi.ai/' },
{ name: 'Blockstream', icon: 'blockstream', url: 'https://blockstream.com/local/' },
{ name: 'Satlantis', icon: 'satlantis', url: 'https://www.satlantis.io/' },
{ name: 'Aqua Wallet', icon: 'aqua', url: 'https://aquawallet.io/' }
{ name: 'Aqua Wallet', icon: 'aqua', url: 'https://aquawallet.io/' },
{ name: 'Adopting Bitcoin', icon: 'adopting', url: 'https://www.adoptingbitcoin.org/' }
];
const projectIntegrations = [
Expand Down
Binary file added static/images/integrations/adopting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7982a8

Please sign in to comment.