From 5f29d4ae9c881015496b0c1d034173d5a63f33fb Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Wed, 24 Jan 2024 21:07:18 +0000 Subject: [PATCH 1/2] Adds BitKit to featured case studies --- docs/.vuepress/public/img/bitkit.svg | 13 +++++++++++++ docs/case-studies.md | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs/.vuepress/public/img/bitkit.svg diff --git a/docs/.vuepress/public/img/bitkit.svg b/docs/.vuepress/public/img/bitkit.svg new file mode 100644 index 000000000..2e71ccceb --- /dev/null +++ b/docs/.vuepress/public/img/bitkit.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/docs/case-studies.md b/docs/case-studies.md index 9a740edb5..b71a15dfb 100644 --- a/docs/case-studies.md +++ b/docs/case-studies.md @@ -16,11 +16,11 @@ features: image: "/img/cash-app-logo.png" imageAlt: "cash app logo" caseStudyLink: "/blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/" - - title: "The Eye of Satoshi" - details: "A watchtower with a specific focus on Lightning" - image: "/img/teos-main.png" + - title: "Bitkit" + details: "Bitkit hands you the keys to your money, profile, contacts, and web accounts" + image: "/img/bitkit.svg" imageAlt: "" - caseStudyLink: "/blog/teos-uses-ldk-to-build-open-source-watchtower/" + caseStudyLink: "/blog/bitkit-uses-ldk-to-build-the-ultimate-alternative-to-custodial-wallets/" editLink: false lastUpdated: false --- From fc3c1944add0904710d35294345dd61f727af7d6 Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Mon, 29 Jan 2024 12:36:29 -0500 Subject: [PATCH 2/2] Update copyright --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 40c3db8a9..750792ac2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -318,7 +318,7 @@ module.exports = { ], }, ], - copyright: "Copyright © 2023 LDK Developers", + copyright: "Copyright © 2024 LDK Developers", }, }, };