Skip to content

Commit 8d75163

Browse files
authored
1 parent 2448c78 commit 8d75163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/features/navbar/navbar.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ angular.module('linuxDash').directive('navBar', ['$location', function($location
22
return {
33
template: '\
44
\
5-
<span class="title">Linux Dash (Demo)</span>\
5+
<span class="title">Linux Dash</span>\
66
\
77
<ul> \
88
<li ng-class="{active: isActive(navItem) }" ng-repeat="navItem in items"> \

0 commit comments

Comments
 (0)