Skip to content

Commit

Permalink
works-magnet in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Sep 25, 2024
1 parent e136c67 commit 746f2c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ export default function Footer() {
>
<FormattedMessage id='app.footer.scanr.text' />
</FooterLink>
<FooterLink
target='_blank'
href='https://works-magnet.dataesr.ovh/'
>
<FormattedMessage id='app.footer.works-magnet.text' />
</FooterLink>
<FooterLink
target='_blank'
href={intl.formatMessage({ id: 'app.footer.dataesr.url' })}
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"app.footer.project.text": "The project and its team",
"app.footer.project.url": "/project-and-team",
"app.footer.scanr.text": "scanR, search french research and innovation ecosystem",
"app.footer.works-magnet.text": "Works-magnet, metadata and corpus curation",
"app.footer.scanr.url": "https://data.esr.gouv.fr/EN/",
"app.footer.see-also": "Discover also",
"app.footer.sources": "Our datasources",
Expand Down
1 change: 1 addition & 0 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
"app.footer.project.text": "Le projet et son équipe",
"app.footer.project.url": "/projet-et-equipe",
"app.footer.scanr.text": "scanR, le moteur de la recherche et de l'innovation",
"app.footer.works-magnet.text": "Works-magnet, curation de métadonnées et de corpus",
"app.footer.scanr.url": "https://data.esr.gouv.fr/FR/",
"app.footer.see-also": "Voir aussi",
"app.footer.sources": "Nos sources",
Expand Down

0 comments on commit 746f2c2

Please sign in to comment.