docs: improve getting started chapters (#10014)
This commit is contained in:
@@ -32,7 +32,7 @@ const Feedback = (props: FeedbackProps) => {
|
||||
event="survey"
|
||||
pathName={feedbackPathname}
|
||||
reportLink={reportLink}
|
||||
question="Was this chapter helpful?"
|
||||
question={props.question || "Was this chapter helpful?"}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user