Change the logo link from "/" to "/home"
< Feedback on Change Logo Link of hianime.to
Here's a more efficient and elegant solution.
document.getElementById('logo')?.setAttribute('href', '/home');
thanks for the tip
Sign in to post a reply.
Here's a more efficient and elegant solution.