Skip to content

Commit 3a84eba

Browse files
authored
WIP - Mobile Layout Patch (#222)
* Mobile layout patch
1 parent 9272230 commit 3a84eba

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ features:
88
- title: "Flexible and customizable "
99
details: "Persistence. Networking. Chain sourcing. Routing. Key management. You name it. LDK easily configures to your application’s needs."
1010
image: "customizable"
11-
- title: "High performance and scalability"
11+
- title: "High performance"
1212
details: "As lightweight and compact as you need it to be, LDK performs on small-footprint devices and scales in the cloud."
1313
image: "focus"
1414
- title: "Any language, any platform"
15-
details: "LDK provides a native API in many languages. Run a Lightning node in any environment, including mobile phones, web browsers, HSMs, LSPs, or your existing infrastructure."
15+
details: "LDK provides a multi-language native API. Run a Lightning node on mobile, web browsers, HSMs, LSPs, or your existing infrastructure."
1616
image: "mobile"
1717
promo: true
1818
promoImage: "customizable"
1919
promoTitle: "LDK Node"
20-
promoDescription: "Build a mobile Lightning wallet fast with our ready-to-go solution."
20+
promoDescription: "Build a mobile Lightning wallet fast with our ready-to-go solution"
2121
promoActionText: "Get Started"
2222
promoActionLink: "https://docs.rs/ldk-node/*/ldk_node/"
2323
---
@@ -30,8 +30,8 @@ promoActionLink: "https://docs.rs/ldk-node/*/ldk_node/"
3030
<img src="./assets/cashapp.svg" />
3131
<img src="./assets/teos.svg" />
3232
</div>
33-
<div>
34-
<h2>Trusted by the best</h2>
33+
<div class="case-studies-inner-content">
34+
<h1>Trusted by the best</h1>
3535
<p class="description">Innovative projects are building with LDK</p>
3636
<a href="/case-studies/">All case studies -></a>
3737
</div>
@@ -43,7 +43,7 @@ promoActionLink: "https://docs.rs/ldk-node/*/ldk_node/"
4343
<div class="cross-promo-inner">
4444
<img src="./assets/bdk-logo.svg" />
4545
<div class="divider"></div>
46-
<p class="cross-promo-description">The onchain companion to LDK</p>
46+
<p class="cross-promo-description">The on-chain companion to LDK</p>
4747
</div>
4848
</a>
4949
</div>

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port"
3131
},
3232
"devDependencies": {
33-
"@spiralbtc/vuepress-devkit-theme": "^0.12.0",
33+
"@spiralbtc/vuepress-devkit-theme": "^0.15.0",
3434
"broken-link-checker": "0.7.8",
3535
"serve": "14.2.0",
3636
"start-server-and-test": "2.0.0",

0 commit comments

Comments
 (0)