Skip to content

Commit 253e98e

Browse files
wackerowpettinarip
andauthored
fix: incorrect class and order
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 3a7664d commit 253e98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const FeedbackWidget = () => {
3737
</PopoverTrigger>
3838

3939
<PopoverContent className="mx-2 w-80 max-w-[calc(100vw_-_1rem)] rounded bg-background p-4 sm:p-8">
40-
<div className="items-top flex gap-2">
40+
<div className="flex items-start gap-2">
4141
<header className="me-0 flex-1 p-0 text-xl font-bold">
4242
{feedbackSubmitted
4343
? t("feedback-widget-thank-you-title")

0 commit comments

Comments
 (0)