Improve note text
This commit is contained in:
parent
95078acc24
commit
89f5237d85
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue