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

Commit 5757bdc

Browse files
author
TonyJ
committed
Updated Community nav per latest reqs
Removed the Community—>Community item and renamed Members to Overview.
1 parent 5732771 commit 5757bdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/services/nav.service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
{ 'href': '/community/competitive%20programming/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/book-cp.svg' },
3030
],
3131
'community': [
32-
{ 'sref': 'community', 'text': 'HOME', 'icon': '/images/nav/community.svg' },
33-
{ 'sref': 'community.members', 'text': 'MEMBERS', 'icon': '/images/nav/members.svg' },
32+
{ 'sref': 'community.members', 'text': 'OVERVIEW', 'icon': '/images/nav/members.svg' },
3433
{ 'href': '/community/member-programs/', 'text': 'PROGRAMS', 'icon': '/images/nav/programs.svg' },
3534
{ 'href': CONSTANTS.FORUMS_APP_URL, 'text': 'FORUMS', 'icon': '/images/nav/forums.svg', 'target': '_blank' },
3635
{ 'sref': 'community.statistics', 'text': 'STATISTICS', 'icon': '/images/nav/statistics.svg' },

0 commit comments

Comments
 (0)