imagem.classList.contains('dashboard__item__img--rented') ? (imagem.classList.remove('dashboard__item__img--rented'), botao.classList.remove('dashboard__item__button--return'), botao.textContent = 'Alugar') : (imagem.classList.add('dashboard__item__img--rented'), botao.classList.add('dashboard__item__button--return'), botao.textContent = 'Devolver');