🔍️(frontend) add link to the source code in the footer
Great idea suggested by @fflorent — totally worth it!
This commit is contained in:
committed by
aleb_the_flash
parent
b48135c3b6
commit
3bd9363879
@@ -242,7 +242,7 @@ export const Footer = () => {
|
|||||||
{t('links.data')}
|
{t('links.data')}
|
||||||
</A>
|
</A>
|
||||||
</StyledLi>
|
</StyledLi>
|
||||||
<StyledLi>
|
<StyledLi divider>
|
||||||
<A
|
<A
|
||||||
externalIcon
|
externalIcon
|
||||||
underline={false}
|
underline={false}
|
||||||
@@ -255,6 +255,17 @@ export const Footer = () => {
|
|||||||
{t('links.accessibility')}
|
{t('links.accessibility')}
|
||||||
</A>
|
</A>
|
||||||
</StyledLi>
|
</StyledLi>
|
||||||
|
<StyledLi>
|
||||||
|
<A
|
||||||
|
externalIcon
|
||||||
|
underline={false}
|
||||||
|
footer="minor"
|
||||||
|
href="https://github.com/numerique-gouv/meet/"
|
||||||
|
aria-label={t('links.code') + ' - ' + t('links.ariaLabel')}
|
||||||
|
>
|
||||||
|
{t('links.code')}
|
||||||
|
</A>
|
||||||
|
</StyledLi>
|
||||||
</SecondRow>
|
</SecondRow>
|
||||||
<ThirdRow>
|
<ThirdRow>
|
||||||
{t('mentions')}{' '}
|
{t('mentions')}{' '}
|
||||||
|
|||||||
@@ -34,7 +34,8 @@
|
|||||||
"legalsTerms": "",
|
"legalsTerms": "",
|
||||||
"data": "",
|
"data": "",
|
||||||
"accessibility": "",
|
"accessibility": "",
|
||||||
"ariaLabel": ""
|
"ariaLabel": "",
|
||||||
|
"code": ""
|
||||||
},
|
},
|
||||||
"mentions": "",
|
"mentions": "",
|
||||||
"license": ""
|
"license": ""
|
||||||
|
|||||||
@@ -34,7 +34,8 @@
|
|||||||
"legalsTerms": "Legal Notice",
|
"legalsTerms": "Legal Notice",
|
||||||
"data": "Personal Data and Cookies",
|
"data": "Personal Data and Cookies",
|
||||||
"accessibility": "Accessibility: audit in progress",
|
"accessibility": "Accessibility: audit in progress",
|
||||||
"ariaLabel": "new window"
|
"ariaLabel": "new window",
|
||||||
|
"code": "Open Source Code Repository"
|
||||||
},
|
},
|
||||||
"mentions": "Unless otherwise stated, the contents of this site are available under",
|
"mentions": "Unless otherwise stated, the contents of this site are available under",
|
||||||
"license": "etalab 2.0 license"
|
"license": "etalab 2.0 license"
|
||||||
|
|||||||
@@ -34,7 +34,8 @@
|
|||||||
"legalsTerms": "Mentions légales",
|
"legalsTerms": "Mentions légales",
|
||||||
"data": "Données personnelles et cookie",
|
"data": "Données personnelles et cookie",
|
||||||
"accessibility": "Accessibilités : audit en cours",
|
"accessibility": "Accessibilités : audit en cours",
|
||||||
"ariaLabel": "nouvelle fenêtre"
|
"ariaLabel": "nouvelle fenêtre",
|
||||||
|
"code": "Dépôt de code Open Source"
|
||||||
},
|
},
|
||||||
"mentions": "Sauf mention contraire, les contenus de ce site sont disponibles sous",
|
"mentions": "Sauf mention contraire, les contenus de ce site sont disponibles sous",
|
||||||
"license": "licence etalab 2.0"
|
"license": "licence etalab 2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user