@@ -8,18 +8,18 @@ actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
8
8
features :
9
9
- title : " The Eye of Satoshi"
10
10
details : " A watchtower with a specific focus on lightning"
11
- imageSrc : " /"
12
- imageAlt : " teos logo "
11
+ image : " /"
12
+ imageAlt : " "
13
13
caseStudyLink : " /blog/teos-uses-ldk-to-build-open-source-watchtower/"
14
14
- title : " Cash App"
15
15
details : " The easy way to send, spend, bank, and invest"
16
- imageSrc : " /img/cash-app-logo.png"
16
+ image : " /img/cash-app-logo.png"
17
17
imageAlt : " cash app logo"
18
18
caseStudyLink : " /blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/"
19
19
- title : " Sensei"
20
20
details : " A lightning node implementation for everyone"
21
- imageSrc : " /"
22
- imageAlt : " sensei logo "
21
+ image : " /"
22
+ imageAlt : " "
23
23
caseStudyLink : " /blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/"
24
24
editLink : false
25
25
lastUpdated : false
@@ -29,9 +29,34 @@ lastUpdated: false
29
29
Meet all the projects using LDK!
30
30
</h1 >
31
31
32
- <CodeSwitcher :languages =" {noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Router ', lsp:'LSP ', experiments:'Experiments', education: 'Educational Apps'} " >
32
+ <CodeSwitcher :languages =" {noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Routers ', lsp:'LSPs ', experiments:'Experiments', education: 'Educational Apps'} " >
33
33
<template v-slot:noncustodial >
34
-
34
+ <div class="case-studies">
35
+ <div class="case-study-item">
36
+ <img src="./assets/cash-app-logo.png" target="_blank" />
37
+ <h3><a>Blue Wallet</a></h3>
38
+ </div>
39
+ <div class="case-study-item">
40
+ <img src="./assets/cash-app-logo.png" target="_blank" />
41
+ <h3><a>Mercury</a></h3>
42
+ </div>
43
+ <div class="case-study-item">
44
+ <img src="./assets/cash-app-logo.png" target="_blank" />
45
+ <h3><a>Portico</a></h3>
46
+ </div>
47
+ <div class="case-study-item">
48
+ <img src="./assets/cash-app-logo.png" target="_blank" />
49
+ <h3><a>Portico</a></h3>
50
+ </div>
51
+ <div class="case-study-item">
52
+ <img src="./assets/cash-app-logo.png" target="_blank" />
53
+ <h3><a>Portico</a></h3>
54
+ </div>
55
+ <div class="case-study-item">
56
+ <img src="./assets/cash-app-logo.png" target="_blank" />
57
+ <h3><a>Portico</a></h3>
58
+ </div>
59
+ </div>
35
60
</template >
36
61
37
62
<template v-slot:custodial >
0 commit comments