mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Update about.tsx
- removes contacts on about page
This commit is contained in:
parent
02bddbf015
commit
6bcf50fdc0
1 changed files with 11 additions and 11 deletions
|
@ -3,25 +3,25 @@ import * as React from 'react';
|
|||
import {useWindowSize} from 'react-use';
|
||||
|
||||
import {Grid} from '@trussworks/react-uswds';
|
||||
import AboutCard from '../components/AboutCard/AboutCard';
|
||||
import AboutCardsContainer from '../components/AboutCard/AboutCardsContainer';
|
||||
// import AboutCard from '../components/AboutCard/AboutCard';
|
||||
// import AboutCardsContainer from '../components/AboutCard/AboutCardsContainer';
|
||||
import DatasetsButton from '../components/DatasetsButton';
|
||||
import HowYouCanHelp from '../components/HowYouCanHelp';
|
||||
// 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 {GITHUB_LINK, GITHUB_LINK_ES} from '../constants';
|
||||
import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
|
||||
import * as ABOUT_COPY from '../data/copy/about';
|
||||
import {FEEDBACK_EMAIL} from '../data/copy/common';
|
||||
// import {FEEDBACK_EMAIL} from '../data/copy/common';
|
||||
|
||||
|
||||
import commentIcon from // @ts-ignore
|
||||
'/node_modules/uswds/dist/img/usa-icons/comment.svg';
|
||||
// import commentIcon from // @ts-ignore
|
||||
// '/node_modules/uswds/dist/img/usa-icons/comment.svg';
|
||||
|
||||
import githubIcon from // @ts-ignore
|
||||
'/node_modules/uswds/dist/img/usa-icons/github.svg';
|
||||
// import githubIcon from // @ts-ignore
|
||||
// '/node_modules/uswds/dist/img/usa-icons/github.svg';
|
||||
|
||||
interface IAboutPageProps {
|
||||
location: Location;
|
||||
|
@ -97,7 +97,7 @@ const AboutPage = ({location}: IAboutPageProps) => {
|
|||
</J40MainGridContainer>
|
||||
</J40MainGridContainer>
|
||||
|
||||
<J40MainGridContainer>
|
||||
{/* <J40MainGridContainer>
|
||||
<h2>{intl.formatMessage(ABOUT_COPY.GET_INVOLVED.TITLE)}</h2>
|
||||
<AboutCardsContainer>
|
||||
<AboutCard
|
||||
|
@ -132,7 +132,7 @@ const AboutPage = ({location}: IAboutPageProps) => {
|
|||
<HowYouCanHelp/>
|
||||
</Grid>
|
||||
|
||||
</J40MainGridContainer>
|
||||
</J40MainGridContainer> */}
|
||||
</Layout>);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue