Skip to content

Commit 6ebc824

Browse files
committed
refactor: remove unused quality attribute from Avatar component
- Deleted the quality attribute from the Avatar component in the user menu to streamline the code and improve performance.
1 parent 5efbfb5 commit 6ebc824

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/app/src/components/user-menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export async function UserMenu({ onlySignOut }: { onlySignOut?: boolean }) {
2525
alt={session?.user?.name ?? session?.user?.email ?? ''}
2626
width={32}
2727
height={32}
28-
quality={100}
2928
/>
3029
)}
3130
<AvatarFallback>

0 commit comments

Comments
 (0)