use text-muted on site location
This commit is contained in:
parent
9d584fc720
commit
e5f3296c6b
@ -63,7 +63,7 @@
|
|||||||
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
|
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
|
||||||
{{$sel.name}}
|
{{$sel.name}}
|
||||||
{{if $sitelocation}}
|
{{if $sitelocation}}
|
||||||
<br><small>{{$sitelocation}}</small>
|
<br><small class="text-muted">{{$sitelocation}}</small>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user