Change the logo link from "/" to "/home"
< Feedback em Change Logo Link of hianime.to
Here's a more efficient and elegant solution.
document.getElementById('logo')?.setAttribute('href', '/home');
thanks for the tip
Faça o login para publicar uma resposta.
Here's a more efficient and elegant solution.