import React from 'react' import { Section } from '../shared' import { SolidButton } from '../shared/styledComponents' import { StyledHeading, StyledDesc, InputStyled, StyledAnchor } from './style' const anchorStyles = { color: '#888' } const Footer = () => (
Data Controller Data Controller is the product of a UK company with a singular focus on{' '} SAS Web Apps .
Source Code All our source code can be found on our self-hosted{' '} Gitea Repository .
Other Resources Leverage our underlying tech stack on{' '} Github {' '} and build your own SAS Powered Web Apps.
) export default Footer