Skip to content

Commit 91ea3b2

Browse files
Update Team.tsx
1 parent 7ea9613 commit 91ea3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Team.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ Director of DevLab@Clemson, where she studies how developers learn, understand,
197197
className="w-full h-full object-cover"
198198
/>
199199
</div>
200-
<div className="absolute -bottom-2 left-1/2 -translate-x-1/2 px-3 py-1 bg-primary text-primary-foreground text-xs font-medium rounded-full whitespace-nowrap">
200+
<div className="absolute -bottom-2 left-1/2 -translate-x-1/2 px-3 py-1 bg-accent text-accent-foreground text-xs font-medium rounded-full whitespace-nowrap">
201201
{member.role}
202-
</div>
202+
</div>
203203
</div>
204204

205205
<div className="text-center">

0 commit comments

Comments
 (0)