Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

community app issue 4239 #37

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/com/topcoder/web/jsp/top.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<li class="menu-item link-group">
<div class="menu-item-header">COMMUNITY</div>
<ul class="submenu">
<li class="submenu-item"><a href="https://<%=ApplicationServer.SERVER_NAME%>/community/members/" class="menu-link menu-link-community-members">OVERVIEW</a>
<li class="submenu-item"><a href="https://<%=ApplicationServer.SERVER_NAME%>/community/learn" class="menu-link menu-link-community-members">OVERVIEW</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumitdaga why the class is named like menu-link-community-members?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skyhit as far as i can tell it is used only for css (to show the image in the overview menu item) !

</li>
<li class="submenu-item"><a href="https://<%=ApplicationServer.SERVER_NAME%>/tco" class="menu-link menu-link-community-tco17">TCO</a>
</li>
Expand Down