diff --git a/README.md b/README.md
index eaec4ced..783f8952 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ This repo contains the code, processes, and documentation for the data and tech
## Status January 2025
-The old CEJST has been taken offline by the incoming adminsitration. This fork is maintained by communities who stillrequire access to the tool, and who hope to gradually improve it.
+The old CEJST has been taken offline by the incoming adminsitration. This fork is maintained by communities who still require access to the tool, and who hope to gradually improve it.
-**Many of the instructions in the README are not appropriate at the current stage of development.** In particular, the use of Docker and docker-compose is not advised. Instead, in this initial stage, we are only building the main web server (found in `client`). This is a Gatsby website, which uses React components to build a static site in the `client/public` folder. Further instructions are coming soon. For now, thank you for your interest! Please use Github issues to track problems and feature requests.
+**Many of the instructions in the README are not appropriate at the current stage of development.** In particular, the use of Docker and docker-compose is not advised. Instead, in this initial stage, we are only building the main web server (found in `client`). This is a Gatsby website, which uses React components to build a static site in the `client/public` folder. Further instructions are coming soon. For now, thank you for your interest! Please use [Github issues](https://github.com/edgi-govdata-archiving/j40-cejst-2/issues) to track problems and feature requests.
-------------
diff --git a/client/src/components/DatasetContainer/index.tsx b/client/src/components/DatasetContainer/index.tsx
index 95fe3ea2..764cde8a 100644
--- a/client/src/components/DatasetContainer/index.tsx
+++ b/client/src/components/DatasetContainer/index.tsx
@@ -8,8 +8,8 @@ import {hyphenizeString} from '../../../cypress/integration/common/helpers';
import * as styles from './dsContainer.module.scss';
import * as METHODOLOGY_COPY from '../../data/copy/methodology';
-import {PAGES_ENDPOINTS, DATA_SURVEY_LINKS} from '../../data/constants';
-import DatasetsButton from '../DatasetsButton';
+import {PAGES_ENDPOINTS} from '../../data/constants';
+// import DatasetsButton from '../DatasetsButton';
const DatasetContainer = () => {
@@ -35,7 +35,7 @@ const DatasetContainer = () => {
-
+ {/* */}
diff --git a/client/src/components/J40Footer/J40Footer.tsx b/client/src/components/J40Footer/J40Footer.tsx
index 2cf818b1..808791f9 100644
--- a/client/src/components/J40Footer/J40Footer.tsx
+++ b/client/src/components/J40Footer/J40Footer.tsx
@@ -1,6 +1,6 @@
import {
- Address,
- Logo,
+ // Address,
+ // Logo,
NavList,
} from '@trussworks/react-uswds';
import {useIntl} from 'gatsby-plugin-intl';
@@ -9,19 +9,20 @@ import React from 'react';
import {hyphenizeString} from '../../../cypress/integration/common/helpers';
import J40MainGridContainer from '../J40MainGridContainer';
import LinkTypeWrapper from '../LinkTypeWrapper';
-import SurveyButton from '../SurveyButton';
+// import SurveyButton from '../SurveyButton';
// @ts-ignore
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants';
-import {PAGES_ENDPOINTS} from '../../data/constants';
-import * as ABOUT_COPY from '../../data/copy/about';
+/* import {PAGES_ENDPOINTS} from '../../data/constants';
+ */import * as ABOUT_COPY from '../../data/copy/about';
import * as COMMON_COPY from '../../data/copy/common';
-import whitehouseIcon from '../../images/eop-seal.svg';
+// import whitehouseIcon from '../../images/eop-seal.svg';
const J40Footer = () => {
const intl = useIntl();
const NAVLINKS = [
+ /*
[
intl.formatMessage(COMMON_COPY.FOOTER.CONTACT),