chore: update logo

This commit is contained in:
Steven
2023-10-05 08:40:25 +08:00
parent 7dc4bc5714
commit 16dad8b00d
13 changed files with 30 additions and 44 deletions

View File

@ -11,7 +11,7 @@ const UserAvatar = (props: Props) => {
<div className={classNames(`w-8 h-8 overflow-clip rounded-full`, className)}>
<img
className="w-full h-auto rounded-full shadow min-w-full min-h-full object-cover dark:opacity-80"
src={avatarUrl || "/logo.webp"}
src={avatarUrl || "/logo.png"}
alt=""
/>
</div>