- Gitea version (or commit ref): 1.4.3
- Git version: Not relevant
- Operating system: Not relevant
- Database (use
[x]):
- Can you reproduce the bug at https://try.gitea.io:
- Log gist: Not relevant
Description
When app.ini contains LANDING_PAGE = explore, all of the three buttons (the cup, Home and Explore) point to the same place. This is redundant and kind of confusing. See here for an example.
So what would I expect? When LANDING_PAGE is set to home, both home and explore buttons should be visible, as they point to different locations. When LANDING_PAGE is set to explore or organizations, the home button should be hidden and explore button should just be labelled home, as it is it's real role now.