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

Commit 9ca2aab

Browse files
author
Victor George
committed
Merge pull request #449 from appirio-tech/ui-cleanup
added "Get Started" link to main navigation
2 parents b7c466b + 34b6a34 commit 9ca2aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/nav.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
{ 'href': CONSTANTS.ARENA_URL, 'text': 'THE ARENA', 'icon': '/images/nav/track-cp.svg', 'target': '_blank' },
2323
],
2424
'learn': [
25+
{ 'href': '/member-onboarding/', 'text': 'GET STARTED', 'icon': '/images/nav/rocket.svg' },
2526
{ 'href': '/community/design/', 'text': 'DESIGN', 'icon': '/images/nav/book-design.svg' },
2627
{ 'href': '/community/development/', 'text': 'DEVELOPMENT', 'icon': '/images/nav/book-develop.svg' },
2728
{ 'href': '/community/data-science/', 'text': 'DATA SCIENCE', 'icon': '/images/nav/book-data.svg' },

0 commit comments

Comments
 (0)