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 3268cce commit 8986fb1Copy full SHA for 8986fb1
src/components/FeedbackWidget/index.tsx
@@ -40,7 +40,10 @@ const FeedbackWidget = () => {
40
/>
41
</PopoverTrigger>
42
43
- <PopoverContent className="mx-2 w-80 max-w-[calc(100vw_-_1rem)] rounded bg-background p-4 sm:p-8">
+ <PopoverContent
44
+ className="mx-2 w-80 max-w-[calc(100vw_-_1rem)] rounded bg-background p-4 sm:p-8"
45
+ data-testid="feedback-widget-modal"
46
+ >
47
<div className="flex items-start gap-2">
48
<header className="me-0 flex-1 p-0 text-xl font-bold">
49
{feedbackSubmitted
0 commit comments