Add a little guidance about how to set your name. It's a common confusion.

This commit is contained in:
2024-05-11 10:40:34 -04:00
parent ca00c4fb5d
commit 69fccd56d3
3 changed files with 13 additions and 1 deletions

View File

@ -264,6 +264,7 @@ class TfElement extends LitElement {
hash=${this.hash}
.unread=${this.unread}
@refresh=${() => (this.unread = [])}
?loading=${this.loading}
></tf-tab-news>
`;
} else if (this.tab === 'connections') {