Skip to content

Commit 8c0358c

Browse files
Update Team.tsx
1 parent 4c0168e commit 8c0358c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Team.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ const Team = () => {
154154
</div>
155155
)}
156156
</div>
157-
<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">
158-
{member.role}
159-
</div>
157+
<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">
158+
{member.role}
159+
</div>
160160
</div>
161161

162162
<div className="text-center">

0 commit comments

Comments
 (0)