Skip to content

Commit

Permalink
Apply cursor-pointer on clickable car only
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 6, 2025
1 parent 01f0f6b commit 215c768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Person/Person.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ const Person = ({
return (
<div
className={classNames(
"flex flex-row gap-2 3xl:gap-6 group cursor-pointer",
"flex flex-row gap-2 3xl:gap-6 group",
{
"cursor-pointer": onClick !== undefined,
"items-center": appearance === "program",
"items-start sm:items-center": appearance === "speaker"
}
Expand Down

0 comments on commit 215c768

Please sign in to comment.