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 f8261af commit 3a392a3Copy full SHA for 3a392a3
src/components/docFeedback/index.tsx
@@ -84,14 +84,14 @@ export function DocFeedback({pathname}: Props) {
84
className="py-2 px-4 gap-4 hover:bg-[var(--gray-3)] rounded-full flex items-center justify-center"
85
aria-label="Yes, this was helpful"
86
>
87
- Yes 👍
+ Yes 🙂
88
</button>
89
<button
90
onClick={() => handleFeedback(false)}
91
92
aria-label="No, this wasn't helpful"
93
94
- No 👎
+ No 🙁
95
96
</Fragment>
97
)}
0 commit comments