diff --git a/src/lib/components/Connections.svelte b/src/lib/components/Connections.svelte index 05a9e3b..4d1cea2 100644 --- a/src/lib/components/Connections.svelte +++ b/src/lib/components/Connections.svelte @@ -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, @@ -40,11 +45,6 @@ icon: WalletOfSatoshiIcon, link: 'https://www.walletofsatoshi.com/' }, - { - name: 'Onchain', - icon: OnchainIcon, - link: 'https://bitcoin.org/en/' - }, { name: 'Unchained', icon: UnchainedIcon,