diff --git a/website/layout/DocsLayout.js b/website/layout/DocsLayout.js
index fba50b916..77815ef0c 100644
--- a/website/layout/DocsLayout.js
+++ b/website/layout/DocsLayout.js
@@ -48,15 +48,6 @@ var DocsLayout = React.createClass({
{metadata.next && Next →}
-
-
-
- Recently, we have been working hard to make the documentation better based on your feedback. Your responses to this yes/no style survey will help us gauge whether we moved in the right direction with the improvements. Thank you!
-
-
- Take Survey
-
-
diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css
index b9cdfbce1..fc44b33c6 100644
--- a/website/src/react-native/css/react-native.css
+++ b/website/src/react-native/css/react-native.css
@@ -1411,45 +1411,12 @@ div[data-twttr-id] iframe {
background-color: hsl(198, 100%, 94%);
}
-.survey {
- padding: 10px;
- padding-top: 0;
- background-color: rgba(5, 165, 209, 0.05);
- border: 2px solid #05A5D1;
- position: relative;
-}
-
-.survey-image {
- float: left;
- height: 128px;
- width: 128px;
- background-image: url('../img/survey.png');
-}
-
-.survey p {
- margin-left: 130px;
-}
-
-.survey .button {
- font-size: 24px;
- background: #05A5D1;
- color: #fafafa;
-}
-
@media only screen
and (max-device-width: 1024px) {
#content {
display: inline;
}
- .survey-image {
- position: static;
- margin: 10px auto;
- }
- .survey p {
- margin-left: 0px;
- }
-
.container {
min-width: 0;
overflow: auto;