Skip to content

Commit

Permalink
Merge pull request #1444 from Sage-Bionetworks/afwillia-patch-1
Browse files Browse the repository at this point in the history
Restore contribute your data tab
  • Loading branch information
afwillia authored Dec 12, 2024
2 parents ffbbf9b + 9e11b2a commit 456e488
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/portals/elportal/src/config/routesConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ const routes: RouteObject[] = [
</SectionLayout>
),
},
{
path: 'Contribute Data',
element: (
<SectionLayout title={'Contribute Data'}>
<Markdown
ownerId="syn27229419"
wikiId="621277"
loadingSkeletonRowCount={15}
/>
</SectionLayout>
),
},
],
},
]
Expand Down

0 comments on commit 456e488

Please sign in to comment.