diff options
-rwxr-xr-x | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 1f771e5ae..e4150ba50 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -63,7 +63,7 @@ <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate"> {{$sel.name}} {{if $sitelocation}} - <br><small>{{$sitelocation}}</small> + <br><small class="text-muted">{{$sitelocation}}</small> {{/if}} </a> </div> |