Skip to content

Commit

Permalink
feat: add recruiters link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Sep 19, 2023
1 parent 9418165 commit 547aa58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ const footerLinks: FooterLink[] = [
href: 'https://martas-links.vercel.app',
label: 'footerMenu.links',
},
{
href: '/recruiters-info',
label: 'footerMenu.recruiters',
},
{
href: 'https://github.com/martapanc/martacodes.it',
label: 'footerMenu.sourceCode',
Expand Down
1 change: 1 addition & 0 deletions src/data/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"footerMenu": {
"links": "Links",
"recruiters": "Recruiters",
"sourceCode": "Source Code",
"blog": "Blog",
"updates": "Updates",
Expand Down
1 change: 1 addition & 0 deletions src/data/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"footerMenu": {
"links": "Link",
"sourceCode": "Codice Sorgente",
"recruiters": "Recruiter",
"blog": "Blog",
"updates": "Aggiornamenti",
"analytics": "Analytics",
Expand Down

0 comments on commit 547aa58

Please sign in to comment.