UNCLASSIFIED

Commit 8ef1595b authored by Anne Demey's avatar Anne Demey
Browse files

Adding new link in footer plus icons

parent b7adc2c5
import React, { useContext } from 'react'; import React, { useContext } from 'react';
import { Box, ResponsiveContext } from 'grommet'; import { Box, ResponsiveContext } from 'grommet';
import { Share } from 'grommet-icons';
import { Container, Column } from '../layout'; import { Container, Column } from '../layout';
import { Link } from '../core'; import { Link } from '../core';
import AFLogo from '../../images/af-logo.svg'; import AFLogo from '../../images/af-logo.svg';
...@@ -36,12 +37,22 @@ const Footer = () => { ...@@ -36,12 +37,22 @@ const Footer = () => {
> >
Our Other Programs Our Other Programs
</Link> </Link>
<Link
to="https://usaf.dps.mil/teams/EntInt/FrontDoor/SitePages/Home.aspx"
color="light-1"
size="small"
justify="center"
>
CCC IT/Cyber Services <Share size="small" />
</Link>
<Link <Link
to="https://www.wpafb.af.mil/Welcome/Fact-Sheets/Display/Article/835716/88-abw-freedom-of-information-act-foia-88-abw-installation-privacy-office/" to="https://www.wpafb.af.mil/Welcome/Fact-Sheets/Display/Article/835716/88-abw-freedom-of-information-act-foia-88-abw-installation-privacy-office/"
color="light-1" color="light-1"
size="small" size="small"
justify="center"
> >
FOIA FOIA <Share size="small" />
</Link> </Link>
</Box> </Box>
<Box <Box
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment