$('.status-button').on('click', () => {
    $('.status-dropdown').show();
    $('.btn-nav').hide();
  });