From e01e9ce03f35b43c04d29c83981d4e8bca12c574 Mon Sep 17 00:00:00 2001 From: Sandro Linux Date: Sat, 25 Feb 2023 01:18:42 +0530 Subject: [PATCH] Adds Ko-fi link to footer --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9307aad..87e2e3f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -115,6 +115,10 @@ const config = { text: 'Branding', link: '/branding/' }, + { + text: 'Ko-fi Donations', + link: 'https://ko-fi.com/lbryfoundation' + }, { text: 'GitHub Repo', link: 'https://github.com/LBRYFoundation/lbry.org'