Waterfox icon indicating copy to clipboard operation
Waterfox copied to clipboard

Website footer logo redirects to the wrong url

Open redystum opened this issue 3 years ago • 1 comments
trafficstars

What happened?

The logo in the footer of the website is redirecting to the following url: https://www.www.waterfox.net/

with the following html code:

<a href="https://www.www.waterfox.net/" target="_blank" rel="noopener noreferrer" class="footerLogoLink_tutC"><img src="/img/logo.svg" alt="Waterfox" class="themedImage_BQGR themedImage--light_HAxW footer__logo"></a>

What was supposed to happen was redirect to the site itself. Proposed resolution:

<a href="https://www.waterfox.net/" target="_blank" rel="noopener noreferrer" class="footerLogoLink_tutC"><img src="/img/logo.svg" alt="Waterfox" class="themedImage_BQGR themedImage--light_HAxW footer__logo"></a>

(remove the duplicated www)

Reproducible?

  • [ ] I have tested this on Firefox.

Version

G4

What platform are you seeing the problem on?

Linux, macOS, Windows

Relevant log output

No response

redystum avatar Jul 24 '22 17:07 redystum

@redystum - thanks for raising this - I'll get this rectified.

adamp01 avatar Jul 26 '22 10:07 adamp01