Skip to content

Commit

Permalink
Merge pull request #216 from CSSSR/COM-3761/fix/footer
Browse files Browse the repository at this point in the history
fix(footer): COM-3761 Fix footer links
  • Loading branch information
ArtyomResh authored Nov 22, 2021
2 parents d5671c6 + ef361f7 commit b8e923e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core-design/src/data/footerLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const nav = {
links: [
{
id: 'projects',
title: 'Our Projects',
title: 'Our projects',
href: `${baseNavUrl}/en/projects`,
},
{
Expand All @@ -106,14 +106,14 @@ export const nav = {
},
{
id: 'mediaAndMarketing',
title: 'Media and Marketing',
title: 'Media and marketing',
href: `${baseNavUrl}/en/industry/media-and-marketing`,
},
],
},
{
id: 'howWeWork',
title: 'How We Work',
title: 'How we work',
links: [
{
id: 'technologies',
Expand All @@ -127,7 +127,7 @@ export const nav = {
},
{
id: 'coreValues',
title: 'Core Values',
title: 'Core values',
href: `${baseNavUrl}/en/core-values`,
},
],
Expand All @@ -138,7 +138,7 @@ export const nav = {
links: [
{
id: 'lms',
title: 'Modular LMS System',
title: 'Modular LMS system',
href: `${baseNavUrl}/en/products/lms`,
},
{
Expand Down

0 comments on commit b8e923e

Please sign in to comment.