From 89f5237d85192444bd4726abbe8e96c2b0224107 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Wed, 23 Jul 2025 21:32:31 +0200 Subject: [PATCH] Improve note text --- app/components/note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/note.js b/app/components/note.js index 19a9eff..fe0811b 100644 --- a/app/components/note.js +++ b/app/components/note.js @@ -14,6 +14,6 @@ import { html } from 'hono/html' export default () => html`
Note - It is recommended to use LBCD. + LBRYCRD is deprecated and not officially supported anymore. It is recommended to use LBCD.
`;