Skip to content

Changed navigation link targets to _self

Ghost User requested to merge (removed):main into main

When I was visiting the website, I figured out that we have some issues about navigation links. I saw that when you click on a link, it opens in a New Tab but on the same page with only a different section. So I changed "target" property from "_blank" to "_self" and I believe that it could be the easiest way to fix this problem.

Merge request reports