diff --git a/docs/.vitepress/theme/components/CaseStudiesPage.vue b/docs/.vitepress/theme/components/CaseStudiesPage.vue index b34ea432..1f85faa1 100644 --- a/docs/.vitepress/theme/components/CaseStudiesPage.vue +++ b/docs/.vitepress/theme/components/CaseStudiesPage.vue @@ -67,13 +67,6 @@ const projects: Project[] = [ desc: 'An on and off-chain wallet infused with trading', cats: ['mobile'], }, - { - name: 'Aciedo', - url: 'https://github.com/aciedo', - img: '/img/aciedo.svg', - desc: 'A financial infrastructure suite for developers and users', - cats: ['infra'], - }, { name: 'Alby Hub', url: 'https://albyhub.com/', @@ -83,13 +76,6 @@ const projects: Project[] = [ caseStudy: '/blog/alby-hub-uses-ldk-to-offer-a-self-custodial-lightning-wallet-for-everyone/', }, - { - name: 'AtomicDEX', - url: 'https://atomicdex.io/en/', - img: '/img/atomic.png', - desc: 'A multi-coin wallet, bridge, and DEX rolled into one app', - cats: ['desktop'], - }, { name: 'AtomicLightningExchange', url: 'https://github.com/SurajNaidu0/AtomicLightningExchange', @@ -216,13 +202,6 @@ const projects: Project[] = [ cats: ['infra'], caseStudy: '/blog/lqwd-liquidity-provider-get-liquidity-when-you-need-it/', }, - { - name: 'Mercury', - url: 'https://mercurywallet.com/', - img: '/img/mercury.png', - desc: 'A layer 2 bitcoin wallet that enables users to send and swap bitcoin privately', - cats: ['mobile', 'desktop'], - }, { name: 'Mutiny', url: 'https://mutinywallet.com/', @@ -256,6 +235,14 @@ const projects: Project[] = [ caseStudy: '/blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/', }, + { + name: 'Stable Channels', + url: 'https://github.com/toneloc/stable-channels', + img: '/img/github.png', + imgDark: '/img/github-white.png', + desc: 'Keep a portion of your bitcoin at a stable dollar value in self-custodial Lightning channels, built on LDK Node', + cats: ['mobile', 'desktop', 'infra'], + }, { name: 'TEOS', url: 'https://github.com/talaia-labs/rust-teos',