🎨 ajoute un lien vers notre offre de poste
parent
590161e98f
commit
7d977685b4
|
@ -88,6 +88,16 @@ const Footer = () => {
|
|||
<>
|
||||
{' • '}
|
||||
<Link to={sitePaths.nouveautés}>Nouveautés</Link>
|
||||
{' • '}
|
||||
<strong>
|
||||
<a
|
||||
href={
|
||||
'https://beta.gouv.fr/recrutement/2020/01/13/mon-entreprise-JS-senior.html'
|
||||
}
|
||||
>
|
||||
🙋 On recrute !{' '}
|
||||
</a>
|
||||
</strong>
|
||||
</>
|
||||
)}
|
||||
{' • '}
|
||||
|
@ -96,6 +106,7 @@ const Footer = () => {
|
|||
<Link to={sitePaths.integration.index}>
|
||||
Intégrer nos simulateurs
|
||||
</Link>
|
||||
|
||||
{!!hrefLink.length && ' • '}
|
||||
{hrefLink.map(({ hrefLang, href }) => (
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue