Skip to content

Commit

Permalink
move status filter before header
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Jul 6, 2023
1 parent 5d49281 commit cdb2660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guidelines/guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function addStatusMarkers() {
button.innerHTML = sentenceCase(status);

var wrapper = section.querySelector('.header-wrapper');
wrapper.appendChild(button);
section.insertBefore(button, wrapper);
})
});
}
Expand Down

0 comments on commit cdb2660

Please sign in to comment.