Skip to content

Commit ff19697

Browse files
author
Ritika Mishra
committed
fixed format of connection file
1 parent 7e61bf3 commit ff19697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Connection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ const Connection: React.FC<ConnectionProps> = ({
15541554
<div className="flex gap-3 items-center justify-center">
15551555
{/* Connection button with tooltip */}
15561556
<TooltipProvider>
1557-
<Tooltip>
1557+
<Tooltip>
15581558
<TooltipTrigger asChild>
15591559
<Popover open={open} onOpenChange={setOpen}>
15601560
<PopoverTrigger asChild>

0 commit comments

Comments
 (0)