diff --git a/beta/.env.development b/beta/.env.development
index f5c2b140..e69de29b 100644
--- a/beta/.env.development
+++ b/beta/.env.development
@@ -1,2 +0,0 @@
-NEXT_PUBLIC_HJ_SITE_ID = 2411683
-NEXT_PUBLIC_HJ_SITE_V = 6
\ No newline at end of file
diff --git a/beta/.env.production b/beta/.env.production
index bde7a418..2278f7e2 100644
--- a/beta/.env.production
+++ b/beta/.env.production
@@ -1,3 +1 @@
-NEXT_PUBLIC_HJ_SITE_ID = 2411651
-NEXT_PUBLIC_HJ_SITE_V = 6
NEXT_PUBLIC_GA_TRACKING_ID = 'G-3918VS75Y6'
\ No newline at end of file
diff --git a/beta/src/components/Layout/Feedback.tsx b/beta/src/components/Layout/Feedback.tsx
new file mode 100644
index 00000000..789774e1
--- /dev/null
+++ b/beta/src/components/Layout/Feedback.tsx
@@ -0,0 +1,89 @@
+/*
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ */
+
+import * as React from 'react';
+import {useRouter} from 'next/router';
+
+export function Feedback({onSubmit = () => {}}: {onSubmit?: () => void}) {
+ const {pathname} = useRouter();
+ // Reset on route changes.
+ return
+ {isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'} +
+ {!isSubmitted && ( + + )} + {!isSubmitted && ( + + )} +