Fix some headlines and titles.

This commit is contained in:
Jake Moshenko 2014-05-08 11:49:42 -04:00
parent 3de2063829
commit a8369128c4
2 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<ul class="tour-sections">
<li ng-class="kind == '' || kind == 'features' ? 'active' : ''"><a href="/tour/features">Features</a></li>
<li ng-class="kind == 'organizations' ? 'active' : ''"><a href="/tour/organizations">Teams and Organizations</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''"><a href="/tour/enterprise">For Enterprise</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''"><a href="/tour/enterprise">Enterprise</a></li>
</ul>
</div>