Skip to content

Commit

Permalink
Add new solutions pages to header (loyalty & defi)
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-1414 committed Nov 14, 2024
1 parent bd461f3 commit 14c9855
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,12 @@
},
{
"title": "Financial Institutions"
},
{
"title": "Loyalty"
},
{
"title": "Defi"
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions src/components/header/HeaderListSolutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,24 @@ const HeaderListSolutions = () => {
{solutionsCasesItems[3].title}
</strong>
</Link>
<Link
to="/solutions/loyalty"
className="nav-link nav-link--secondary"
activeClassName="active"
>
<strong className="d-block text-white">
{solutionsCasesItems[4].title}
</strong>
</Link>
<Link
to="/solutions/defi"
className="nav-link nav-link--secondary"
activeClassName="active"
>
<strong className="d-block text-white">
{solutionsCasesItems[5].title}
</strong>
</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 14c9855

Please sign in to comment.