Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #141 from SmartColumbusOS/DMP-footer
Browse files Browse the repository at this point in the history
Adding Terms of use and Privacy Policy to footer.
  • Loading branch information
jakeclark authored Dec 5, 2020
2 parents 5692542 + d693d09 commit e4ff38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const Footer = props => {
<li><a href={`https://data.smartcolumbusos.com/tableau/connector.html`}>Tableau Web Connector</a> </li>
<li><a href={`https://www.smartcolumbusos.com/images/Assets/SCC_De-Identification_Policy_20190917_update.pdf`} target="_blank"> De-Identification Policy</a > </li>
<li><a href={`https://${window.BASE_URL}/contact-us`}>Contact Us</a> </li>
<li><a href={`https://${window.BASE_URL}/about/terms-of-use`}>Terms of Use</a> </li>
<li><a href={`https://${window.BASE_URL}/about/privacy-policy`}>Privacy Policy</a> </li>
</ul>
</div>
<div className="footerRight">< img src={smartStart} /></div>
Expand Down
3 changes: 1 addition & 2 deletions src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ export default class Header extends Component {
items: [
{ link: `https://www.${window.BASE_URL}/about/about-smart-columbus`, text: "About Smart Columbus" },
{ link: `https://www.${window.BASE_URL}/about/smart-city-projects`, text: "Smart City Projects" },
{ link: `https://www.${window.BASE_URL}/tools/how-to-use-this-site`, text: "How to Use The SCOS" },
{ link: `https://www.${window.BASE_URL}/about/privacy-policy`, text: "Privacy Policy" }
{ link: `https://www.${window.BASE_URL}/tools/how-to-use-this-site`, text: "How to Use The SCOS" }
]
}

Expand Down

0 comments on commit e4ff38d

Please sign in to comment.