Skip to content

Commit

Permalink
amend config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Sep 14, 2022
1 parent b141473 commit 8ea899f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/config/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
faComment,
faChartSimple,
faBraille,
faUserAlt,
faProjectDiagram,
} from '@fortawesome/free-solid-svg-icons';
import Overview from 'pages/Overview';
import Nominate from 'pages/Nominate';
Expand Down Expand Up @@ -50,21 +50,13 @@ export const PAGES_CONFIG: PagesConfig = [
Entry: Overview,
icon: faBraille,
},
{
category: 1,
title: 'Payouts',
uri: `${URI_PREFIX}/payouts`,
hash: '/payouts',
Entry: Payouts,
icon: faChartSimple,
},
{
category: 2,
title: 'Nominate',
title: 'Stake',
uri: `${URI_PREFIX}/nominate`,
hash: '/nominate',
Entry: Nominate,
icon: faUserAlt,
icon: faProjectDiagram,
},
{
category: 2,
Expand All @@ -74,6 +66,14 @@ export const PAGES_CONFIG: PagesConfig = [
Entry: Pools,
icon: faUsers,
},
{
category: 2,
title: 'Payouts',
uri: `${URI_PREFIX}/payouts`,
hash: '/payouts',
Entry: Payouts,
icon: faChartSimple,
},
{
category: 3,
title: 'Validators',
Expand Down

0 comments on commit 8ea899f

Please sign in to comment.