diff --git a/client/src/pages/about.tsx b/client/src/pages/about.tsx
index 89243a77..121942ef 100644
--- a/client/src/pages/about.tsx
+++ b/client/src/pages/about.tsx
@@ -5,14 +5,14 @@ import {useWindowSize} from 'react-use';
import {Grid} from '@trussworks/react-uswds';
// import AboutCard from '../components/AboutCard/AboutCard';
// import AboutCardsContainer from '../components/AboutCard/AboutCardsContainer';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
// import HowYouCanHelp from '../components/HowYouCanHelp';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
import SubPageNav from '../components/SubPageNav';
// import {GITHUB_LINK, GITHUB_LINK_ES} from '../constants';
-import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
+import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
import * as ABOUT_COPY from '../data/copy/about';
// import {FEEDBACK_EMAIL} from '../data/copy/common';
@@ -40,7 +40,7 @@ const AboutPage = ({location}: IAboutPageProps) => {
{intl.formatMessage(ABOUT_COPY.PAGE.TITLE)}
-
+ {/* */}
diff --git a/client/src/pages/downloads.tsx b/client/src/pages/downloads.tsx
index f625e064..40121b17 100644
--- a/client/src/pages/downloads.tsx
+++ b/client/src/pages/downloads.tsx
@@ -3,13 +3,13 @@ import {useIntl} from 'gatsby-plugin-intl';
import * as React from 'react';
import {useWindowSize} from 'react-use';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
import ReleaseUpdate from '../components/ReleaseUpdate';
import SubPageNav from '../components/SubPageNav';
-import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
+import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
import * as DOWNLOADS_COPY from '../data/copy/downloads';
interface IDownloadsPageProps {
location: Location;
@@ -26,7 +26,7 @@ const DownloadsPage = ({location}: IDownloadsPageProps) => {
{intl.formatMessage(DOWNLOADS_COPY.PAGE_INTRO.PAGE_HEADING1)}
-
+ {/* */}
diff --git a/client/src/pages/frequently-asked-questions.tsx b/client/src/pages/frequently-asked-questions.tsx
index 9c8642b8..3eeffdfc 100644
--- a/client/src/pages/frequently-asked-questions.tsx
+++ b/client/src/pages/frequently-asked-questions.tsx
@@ -4,12 +4,12 @@ import {useIntl} from 'gatsby-plugin-intl';
import * as React from 'react';
import {useWindowSize} from 'react-use';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
import SubPageNav from '../components/SubPageNav';
-import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
+import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
import {SIDE_PANEL_INIT_STATE_ICON_ALT_TEXT} from '../data/copy/explore';
import * as FAQS_COPY from '../data/copy/faqs';
@@ -191,7 +191,7 @@ const FAQPage = ({location}: IFAQPageProps) => {
{intl.formatMessage(FAQS_COPY.PAGE_INTRO.PAGE_TILE)}
-
+ {/* */}
diff --git a/client/src/pages/index.tsx b/client/src/pages/index.tsx
index 33bd6db7..9acb9b88 100644
--- a/client/src/pages/index.tsx
+++ b/client/src/pages/index.tsx
@@ -6,10 +6,10 @@ import ExploreDataBox from '../components/ExploreDataBox';
import J40Map from '../components/J40Map';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
import * as EXPLORE_COPY from '../data/copy/explore';
-import {DATA_SURVEY_LINKS} from '../data/constants';
+// import {DATA_SURVEY_LINKS} from '../data/constants';
interface IMapPageProps {
location: Location;
@@ -27,7 +27,7 @@ const ExporeToolPage = ({location}: IMapPageProps) => {
{intl.formatMessage(EXPLORE_COPY.PAGE_INTRO.PAGE_HEADING)}
-
+ {/* */}
diff --git a/client/src/pages/methodology.tsx b/client/src/pages/methodology.tsx
index b2209d31..4774ff0f 100644
--- a/client/src/pages/methodology.tsx
+++ b/client/src/pages/methodology.tsx
@@ -5,12 +5,12 @@ import {useWindowSize} from 'react-use';
import Categories from '../components/Categories';
import DatasetContainer from '../components/DatasetContainer';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
import SubPageNav from '../components/SubPageNav';
-import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
+import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
import * as METHODOLOGY_COPY from '../data/copy/methodology';
interface MethodPageProps {
@@ -29,7 +29,7 @@ const IndexPage = ({location}: MethodPageProps) => {
{intl.formatMessage(METHODOLOGY_COPY.PAGE.HEADING)}
-
+ {/* */}
diff --git a/client/src/pages/previous-versions.tsx b/client/src/pages/previous-versions.tsx
index 2c02766a..8a8e08da 100644
--- a/client/src/pages/previous-versions.tsx
+++ b/client/src/pages/previous-versions.tsx
@@ -3,14 +3,14 @@ import {useIntl} from 'gatsby-plugin-intl';
import {useWindowSize} from 'react-use';
import {Card, CardBody, CardFooter, CardGroup, CardHeader, Grid, Button} from '@trussworks/react-uswds';
-import DatasetsButton from '../components/DatasetsButton';
+// import DatasetsButton from '../components/DatasetsButton';
import DownloadButton from '../components/DownloadButton';
import J40MainGridContainer from '../components/J40MainGridContainer';
import Layout from '../components/layout';
import SubPageNav from '../components/SubPageNav';
import * as PREV_VER_COPY from '../data/copy/previousVer';
-import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS, DATA_SURVEY_LINKS} from '../data/constants';
+import {PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
import {getDownloadFileUrl} from '../data/copy/downloads';
import {VERSIONS} from '../data/copy/methodology';
// @ts-ignore
@@ -36,7 +36,7 @@ const PreviousVersions = ({location}: IPreviousVersionsProps) => {
{intl.formatMessage(PREV_VER_COPY.PAGE.TITLE)}
-
+ {/* */}