Skip to content

Commit

Permalink
Feat added footer menuitem for downloadosmdata
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Dec 28, 2023
1 parent 8f5129a commit 645f8e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/projectDetail/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const menuItems = [
href: '#similarProjects',
label: <FormattedMessage {...messages.similarProjects} />,
},
{
href: '#downloadOsmData',
label: <FormattedMessage {...messages.downloadOsmData} />,
},
];

export const ProjectDetailFooter = ({ className, projectId }) => {
Expand Down

0 comments on commit 645f8e9

Please sign in to comment.