Update Help Center

This commit is contained in:
Daniel Supernault 2019-03-18 21:50:31 -06:00
parent c7819514d9
commit 2a69775254
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -1,4 +1,4 @@
<div class="col-12 col-md-3 py-3" style="border-right:1px solid #ccc;">
<div class="col-12 col-md-3 py-3 d-none d-md-block" style="border-right:1px solid #ccc;">
<ul class="nav flex-column settings-nav">
<li class="nav-item {{request()->is('*/getting-started')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('help.getting-started')}}">{{__('helpcenter.gettingStarted')}}</a>