Skip to content

Commit

Permalink
Merge pull request #439 from polkadot-fellows/nik-minor-link-package
Browse files Browse the repository at this point in the history
another change
  • Loading branch information
wirednkod authored Aug 10, 2024
2 parents 2c2e8c9 + 15257a2 commit df2e47c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@ import { toast } from 'sonner'

const pages = (lcStatus: boolean) => [
{
path: '',
path: '#',
element: <About lcStatus={lcStatus} />,
},
{
path: 'about',
path: '#/about',
element: <About lcStatus={lcStatus} />,
},
{
path: 'membership',
path: '#/membership',
element: <Membership />,
},
{
path: 'governance',
path: '#/governance',
element: <Governance />,
},
{
path: 'salary',
path: '#/salary',
element: <Salary />,
},
{
path: 'modules',
path: '#/modules',
element: <Modules />,
},
{
path: 'rfcs',
path: '#/rfcs',
element: <Rfc />,
},
{
path: 'monthlycalls',
path: '#/monthlycalls',
element: <OpenDevMonthlyCalls />,
},
]
Expand Down

0 comments on commit df2e47c

Please sign in to comment.