Skip to content

Commit

Permalink
Change finance link position
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed May 28, 2020
1 parent 7a80d37 commit 9090195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/scripts/router/nav-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ let nav = [
name: 'Logistics Map',
page: 'logisticsMap'
},
{
name: 'Finance',
page: 'https://trase.finance',
external: true
},
{
name: 'Yearbook',
page: `https://yearbook2018.${
Expand All @@ -55,11 +60,6 @@ let nav = [
{
name: 'About',
page: 'about'
},
{
name: 'Trase Finance',
page: 'https://trase.finance',
external: true
}
];

Expand Down

0 comments on commit 9090195

Please sign in to comment.