[fix] linting errors
All checks were successful
Dependabot Auto-merge / dependabot (pull_request) Has been skipped

This commit is contained in:
Purp1e
2025-03-13 00:30:41 +08:00
parent d7234ddae9
commit 8822dfb290
4 changed files with 14 additions and 11 deletions

View File

@@ -63,6 +63,7 @@ const Avatar = () => {
"w-12 h-12 bg-gray-700 rounded-full shadow-2xl cursor-pointer transition active:scale-95 shadow-purple-800",
path.startsWith("/users") && "shadow-sm",
)}
type="button"
>
<img src="favicon.ico" alt="avatar" draggable={false} />
</button>