From 054376e580ac662d3f0c376cdcb4aeef93392bd7 Mon Sep 17 00:00:00 2001 From: meletj <70962362+meletj@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:09:16 +0100 Subject: [PATCH] remove feedback component (#5751) --- src/components/pageBottom.tsx | 52 ----------------------------------- 1 file changed, 52 deletions(-) diff --git a/src/components/pageBottom.tsx b/src/components/pageBottom.tsx index 1d76ca6acd..929766c3e9 100644 --- a/src/components/pageBottom.tsx +++ b/src/components/pageBottom.tsx @@ -131,58 +131,6 @@ const PageBottom = ({ editDocsPath }: any) => { return ( - -

Was this helpful?

-
- - -
-
- - - {submittedFeedback ? ( - <> - - - ) : ( - - )} - - {editDocsPath && ( Edit this page on GitHub