Skip to content

Commit

Permalink
Remove phone # from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremia Kimelman committed Jun 29, 2017
1 parent 377e4e1 commit b901f48
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,9 @@ const Footer = ({ actions }) =>
<div className="bold">
Crime Statistics Management Unit
</div>
<a
className="mr1 pr1 white border-white border-right"
href="mailto:crimestatsinfo@fbi.gov"
>
<a className="mr1 pr1 white" href="mailto:crimestatsinfo@fbi.gov">
crimestatsinfo@fbi.gov
</a>
<a className="white" href="tel:3046254995">
(304) 625-4830
</a>
</div>
<div className="bold">FBI Uniform Crime Reporting Program</div>
<div>
Expand Down

0 comments on commit b901f48

Please sign in to comment.