Update Footer.js

pull/378/head
Mael 2018-09-27 10:55:39 +02:00
parent 60f7c9d691
commit 617f396388
1 changed files with 3 additions and 3 deletions

View File

@ -14,15 +14,15 @@ const Footer = ({ colours: { colour } }) => (
<a href="https://beta.gouv.fr">
<img
src={betaGouvSvg}
alt="un service de ltat français incubé par beta.gouv.fr"
alt="un service de lEtat français incubé par beta.gouv.fr"
/>
</a>
</div>
<p className="ui__ notice">
This website is provided by the{' '}
<a href="https://www.urssaf.fr">URSSAF</a>, the French social security
contributions collector, with the help of the French government's
startup incubator, <a href="https://beta.gouv.fr">beta.gouv.fr</a>.
contributions collector, and the governments public startup incubator,{' '}
<a href="https://beta.gouv.fr">beta.gouv.fr</a>.
</p>
</div>
</footer>