Commit 115b5551 authored by Steven's avatar Steven

chore: tweak default avatar

parent 15be18fa
......@@ -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({});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment