diff --git a/docs/src/components/Feedback/Feedback.tsx b/docs/src/components/Feedback/Feedback.tsx index 33ea929e274..bc297719ca5 100644 --- a/docs/src/components/Feedback/Feedback.tsx +++ b/docs/src/components/Feedback/Feedback.tsx @@ -119,11 +119,28 @@ export const Feedback = ({ metadata }: { metadata: any }) => {
Thanks for your feedback.
-Feel free to review as many docs pages as you like!
+ {rating >= 3 ? ( +Feel free to review as many docs pages as you like!
+ ) : ( ++ If you need help with the issue that led to this low score, you can create a{' '} + + GitHub issue + {' '} + if you think this is a bug, or check out our{' '} + + Discord server + + , where Hasurians and community users are ready to engage. +
+ )}