Skip to content

Commit 022a047

Browse files
authored
fix-ENG-74 (#594)
1 parent b3b0110 commit 022a047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/[orgShortcode]/convo/[convoId]/_components/participants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function Participants({
4545
<DrawerTrigger asChild>
4646
<div
4747
className={
48-
'hover:text-base-12 text-base-11 flex h-6 min-h-6 w-fit flex-row items-center gap-0.5 p-0'
48+
'hover:text-base-12 text-base-11 flex h-6 min-h-6 w-fit cursor-pointer flex-row items-center gap-0.5 p-0'
4949
}>
5050
{orderedParticipants.map((participant) => (
5151
<div

0 commit comments

Comments
 (0)