mirror of
https://github.com/usememos/memos.git
synced 2025-11-10 17:31:33 +08:00
chore: tweak default title
This commit is contained in:
parent
117077ac8f
commit
444ccc03ed
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const UserBanner = (props: Props) => {
|
||||||
const t = useTranslate();
|
const t = useTranslate();
|
||||||
const navigateTo = useNavigateTo();
|
const navigateTo = useNavigateTo();
|
||||||
const user = useCurrentUser();
|
const user = useCurrentUser();
|
||||||
const title = user ? user.nickname || user.username : "memos";
|
const title = user ? user.nickname || user.username : "Memos";
|
||||||
const avatarUrl = user ? user.avatarUrl : "/full-logo.webp";
|
const avatarUrl = user ? user.avatarUrl : "/full-logo.webp";
|
||||||
|
|
||||||
const handleSignOut = async () => {
|
const handleSignOut = async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue