Skip to content

Commit

Permalink
fixed image quality (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyathedev authored Jun 8, 2024
1 parent 50a2f8a commit 7254dc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/new-resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,10 @@ export function NewResume() {
<Image
src={profile.avatar_url}
alt={profile.name}
width={64}
height={64}
className="rounded-md w-32 h-32"
width={128}
height={128}
className="rounded-md"
quality={100}
/>
)}
<h1 className="text-4xl font-bold tracking-tight text-gray-900 dark:text-gray-50">
Expand Down

0 comments on commit 7254dc5

Please sign in to comment.