Improve note text

This commit is contained in:
Ben van Hartingsveldt 2025-07-23 21:32:31 +02:00
parent 95078acc24
commit 89f5237d85
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -14,6 +14,6 @@ import { html } from 'hono/html'
export default () => html` export default () => html`
<div class="component--note"> <div class="component--note">
<strong class="component--note__title">Note</strong> <strong class="component--note__title">Note</strong>
<span>It is recommended to use LBCD.</span> <span>LBRYCRD is deprecated and not officially supported anymore. It is recommended to use LBCD.</span>
</div> </div>
`; `;