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

Commit 0a28a79

Browse files
authored
just triggering another build
1 parent 2b5b300 commit 0a28a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/nav.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import angular from 'angular'
3535
{ 'href': CONSTANTS.FORUMS_APP_URL, 'text': 'FORUMS', 'icon': require('../../assets/images/nav/forums.svg') },
3636
{ 'sref': 'community.statistics', 'text': 'STATISTICS', 'icon': require('../../assets/images/nav/statistics.svg') },
3737
{ 'href': '/community/events/', 'text': 'EVENTS', 'icon': require('../../assets/images/nav/events.svg') },
38-
{ 'href': '/blog/', 'text': 'BLOG', 'icon': require('../../assets/images/nav/blog.svg') }
38+
{ 'href': '/blog/', 'text': 'BLOG', 'icon': require('../../assets/images/nav/blog.svg') }
3939
]
4040
}
4141

0 commit comments

Comments
 (0)