Skip to content

Commit cd38e8c

Browse files
committed
cleanup code
1 parent fa3a324 commit cd38e8c

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
@@ -24,7 +24,7 @@ const FixedDot = forwardRef<HTMLButtonElement, FixedDotProps>(
2424
data-testid="feedback-widget-button"
2525
aria-label={t("feedback-widget")}
2626
className={cn(
27-
"lg:mt-inherit fixed bottom-4 right-4 z-overlay flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
27+
"fixed bottom-4 end-4 z-overlay flex size-12 items-center gap-0 rounded-full text-white shadow-table-item-box",
2828
"transition-all duration-200 hover:shadow-none hover:transition-transform hover:duration-200",
2929
!suppressScale && "hover:scale-110",
3030
offsetBottom && "bottom-31 lg:bottom-4",

0 commit comments

Comments
 (0)