mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Help Center sidebar
This commit is contained in:
parent
103c0e7420
commit
45d248c934
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<hr>
|
<hr>
|
||||||
</li>
|
</li>
|
||||||
{{-- <li class="nav-item {{request()->is('*/community-guidelines')?'active':''}}">
|
<li class="nav-item {{request()->is('*/community-guidelines')?'active':''}}">
|
||||||
<a class="nav-link font-weight-light text-muted" href="{{route('help.community-guidelines')}}">
|
<a class="nav-link font-weight-light text-muted" href="{{route('help.community-guidelines')}}">
|
||||||
{{__('helpcenter.communityGuidelines')}}
|
{{__('helpcenter.communityGuidelines')}}
|
||||||
</a>
|
</a>
|
||||||
</li> --}}
|
</li>
|
||||||
{{-- <li class="nav-item {{request()->is('*/what-is-the-fediverse')?'active':''}}">
|
{{-- <li class="nav-item {{request()->is('*/what-is-the-fediverse')?'active':''}}">
|
||||||
<a class="nav-link font-weight-light text-muted" href="{{route('help.what-is-fediverse')}}">{{__('helpcenter.whatIsTheFediverse')}}</a>
|
<a class="nav-link font-weight-light text-muted" href="{{route('help.what-is-fediverse')}}">{{__('helpcenter.whatIsTheFediverse')}}</a>
|
||||||
</li> --}}
|
</li> --}}
|
||||||
|
|
Loading…
Reference in a new issue