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

Commit df6a674

Browse files
committed
Merge pull request #195 from appirio-tech/tony-nav-patch
Renamed Members nav item to Overview
2 parents d3067fc + fbb8116 commit df6a674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2>Comment Examples</h2>
209209
{ 'href': '/community/competitive%20programming/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/mf/i/nav/book-cp.svg' },
210210
],
211211
'community': [
212-
{ 'href': '/community/members/', 'text': 'MEMBERS', 'icon': '/mf/i/nav/members.svg' },
212+
{ 'href': '/community/members/', 'text': 'OVERVIEW', 'icon': '/mf/i/nav/members.svg' },
213213
{ 'href': '/community/member-programs/', 'text': 'PROGRAMS', 'icon': '/mf/i/nav/programs.svg' },
214214
{ 'href': 'https://' + tcconfig.forumsAppURL, 'text': 'FORUMS', 'icon': '/mf/i/nav/forums.svg' },
215215
{ 'href': '/community/statistics/', 'text': 'STATISTICS', 'icon': '/mf/i/nav/statistics.svg' },
@@ -250,4 +250,4 @@ <h2>Comment Examples</h2>
250250

251251
</body>
252252

253-
</html>
253+
</html>

0 commit comments

Comments
 (0)