Skip to content

Commit

Permalink
enh: Add onchain icon to connections list (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngribbin authored Oct 14, 2024
1 parent bf6350a commit 2ab080e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/components/Connections.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
import ContentContainer from './shared/ContentContainer.svelte'
const connections = [
{
name: 'Onchain',
icon: OnchainIcon,
link: 'https://bitcoin.org/en/'
},
{
name: 'Core Lightning',
icon: CoreLightningIcon,
Expand Down Expand Up @@ -40,11 +45,6 @@
icon: WalletOfSatoshiIcon,
link: 'https://www.walletofsatoshi.com/'
},
{
name: 'Onchain',
icon: OnchainIcon,
link: 'https://bitcoin.org/en/'
},
{
name: 'Unchained',
icon: UnchainedIcon,
Expand Down

0 comments on commit 2ab080e

Please sign in to comment.