Skip to content

Commit 7c63636

Browse files
wackerowpettinarip
andauthored
chore: use doublequote
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 253e98e commit 7c63636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget/FixedDot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
2525
"lg:mt-inherit sticky bottom-4 z-20 me-4 ms-auto flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
2626
"transition-all duration-200 hover:scale-110 hover:transition-transform hover:duration-200",
2727
offsetBottom && "bottom-31 lg:bottom-4",
28-
isExpanded ? "lg:w-60 lg:gap-3" : `lg:w-12`,
28+
isExpanded ? "lg:w-60 lg:gap-3" : "lg:w-12",
2929
className
3030
)}
3131
{...props}

0 commit comments

Comments
 (0)