File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/docFeedback Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ export function DocFeedback({pathname}: Props) {
1717 < span className = "text-sm" > Was this helpful?</ span >
1818 < button
1919 onClick = { ( ) => handleFeedback ( true ) }
20- className = "w-10 h-10 py-2 px-2 hover:bg-[var(--gray-3)] rounded-full flex items-center justify-center"
20+ className = "py-2 px-4 gap-4 hover:bg-[var(--gray-3)] rounded-full flex items-center justify-center"
2121 aria-label = "Yes, this was helpful"
2222 >
23- 👍
23+ Yes 👍
2424 </ button >
2525 < button
2626 onClick = { ( ) => handleFeedback ( false ) }
27- className = "w-10 h-10 py-2 px-2 hover:bg-[var(--gray-3)] rounded-full flex items-center justify-center"
27+ className = "py-2 px-4 gap-4 hover:bg-[var(--gray-3)] rounded-full flex items-center justify-center"
2828 aria-label = "No, this wasn't helpful"
2929 >
30- 👎
30+ No 👎
3131 </ button >
3232 </ div >
3333 ) ;
You can’t perform that action at this time.
0 commit comments