We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b0110 commit 022a047Copy full SHA for 022a047
apps/web/src/app/[orgShortcode]/convo/[convoId]/_components/participants.tsx
@@ -45,7 +45,7 @@ export function Participants({
45
<DrawerTrigger asChild>
46
<div
47
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'
+ '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'
49
}>
50
{orderedParticipants.map((participant) => (
51
0 commit comments