mirror of
https://github.com/usememos/memos.git
synced 2025-03-28 00:20:13 +01:00
chore: tweak default avatar
This commit is contained in:
parent
15be18fa85
commit
115b5551b3
@ -18,7 +18,7 @@ const UserBanner = (props: Props) => {
|
||||
const { systemStatus } = globalStore.state;
|
||||
const user = useCurrentUser();
|
||||
const title = user ? user.nickname || user.username : systemStatus.customizedProfile.name || "memos";
|
||||
const avatarUrl = user ? user.avatarUrl : systemStatus.customizedProfile.logoUrl;
|
||||
const avatarUrl = user ? user.avatarUrl : "/full-logo.webp";
|
||||
|
||||
const handleSignOut = async () => {
|
||||
await authServiceClient.signOut({});
|
||||
|
Loading…
x
Reference in New Issue
Block a user