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