Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 10, 2024
1 parent 491359d commit 15257a2
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 15257a2

Please sign in to comment.