Skip to content

Commit

Permalink
Fix tooltip warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Jul 23, 2024
1 parent 31e4918 commit d8cf427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/components/cells/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function CodeCell(props: {
>
<TooltipProvider>
<Tooltip>
<TooltipTrigger>
<TooltipTrigger asChild>
<Button
variant="icon"
size="icon"
Expand Down Expand Up @@ -244,7 +244,7 @@ export default function CodeCell(props: {
{cell.status === 'idle' && (
<TooltipProvider>
<Tooltip>
<TooltipTrigger>
<TooltipTrigger asChild>
<Button size="default-with-icon" onClick={runCell} tabIndex={1}>
<Play size={16} />
Run
Expand Down

0 comments on commit d8cf427

Please sign in to comment.