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 7e61bf3 commit ff19697Copy full SHA for ff19697
src/components/Connection.tsx
@@ -1554,7 +1554,7 @@ const Connection: React.FC<ConnectionProps> = ({
1554
<div className="flex gap-3 items-center justify-center">
1555
{/* Connection button with tooltip */}
1556
<TooltipProvider>
1557
- <Tooltip>
+ <Tooltip>
1558
<TooltipTrigger asChild>
1559
<Popover open={open} onOpenChange={setOpen}>
1560
<PopoverTrigger asChild>
0 commit comments