We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe112fc commit c821fb3Copy full SHA for c821fb3
src/components/people/LabAlum.tsx
@@ -20,7 +20,7 @@ const LabAlum: React.FC<Props> = ({ name, role, website, headshot }) => {
20
<Image
21
src={headshot}
22
alt={name}
23
- className="h-12 w-12 rounded object-cover shadow"
+ className="h-12 w-12 rounded object-cover shadow aspect-square fill"
24
/>
25
<div className={cs(website ? "text-primary" : "text-black")}>
26
<p className="text-sm font-bold">{name}, <span className="text-xs italic">{role.split(" ")[0]}</span></p>
0 commit comments