🌐 Website Issue | Fix URL when Clicking home icon [NOT HIGH PRIORITY AT ALL] #1636
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When clicking on the home fa fa icon, to go back to home page the url has "index.html"
shows ->"https://privacytools.io/index.html"
<a class="nav-anchor" href="/index.html">
Could just do this to remove the index.html off url
<a class="nav-anchor" href="/"
Sorry just a little bothers me, but overall great site. Guys did a good job with it! #OurPrivacyMatters
Screenshots
After clicking on house icon --> https://s.vsus.xyz/7n4s8w.png
fix --> https://s.vsus.xyz/pnf24v.png
result --> https://s.vsus.xyz/56e728.png