Skip to content

Commit 5f4ed04

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 070cb80 + b1374fd commit 5f4ed04

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

components/page-footer/Survey.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ export const Survey = () => {
9797

9898
{[ViewState.YES, ViewState.NO].includes(state) && (
9999
<>
100-
<p className="color-text-secondary f6">
101-
{state === ViewState.YES && t`yes_feedback`}
102-
{state === ViewState.NO && t`no_feedback`}
103-
</p>
104100
<p className="mb-3">
105101
<label className="d-block mb-1 f6" htmlFor="survey-comment">
106102
<span>

data/ui.yml

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ survey:
5454
able_to_find: Did this doc help you?
5555
yes: Yes
5656
no: No
57-
yes_feedback: We're continually improving our docs. We'd love to hear what we do well.
58-
no_feedback: We're continually improving our docs. We'd love to hear how we can do better.
5957
comment_yes_label: Let us know what we do well
6058
comment_no_label: Let us know what we can do better
6159
optional: Optional

0 commit comments

Comments
 (0)