Skip to content

Commit

Permalink
swap Projects and Filter positions on menu
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 15, 2023
1 parent 2c15dc3 commit 210792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const ui = (() => {
fieldsetOptions.append(optionsList);

fieldsetOptions.append(legendOptions);
menu.append(fieldsetFilter, fieldsetTasks, fieldsetOptions);
menu.append(fieldsetTasks, fieldsetFilter, fieldsetOptions);
body.append(menuBtn, menu, screenCoverMenu);
}

Expand Down

0 comments on commit 210792b

Please sign in to comment.