mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak default title
This commit is contained in:
@@ -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 () => {
|
||||||
|
Reference in New Issue
Block a user