Skip to content

Commit

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

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

0 comments on commit c12a696

Please sign in to comment.