Update Help Center

This commit is contained in:
Daniel Supernault 2019-03-17 01:07:18 -06:00
parent e6143b750d
commit d7ad4b36b0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
@extends('site.help.partial.template', ['breadcrumb'=>'Getting Started'])
@extends('site.help.partial.template', ['breadcrumb'=>__('helpcenter.gettingStarted')])
@section('section')
<div class="title">
<h3 class="font-weight-bold">Getting Started</h3>
<h3 class="font-weight-bold">{{__('helpcenter.gettingStarted')}}</h3>
</div>
<hr>
<p class="lead font-weight-light">Welcome to Pixelfed!</p>

View File

@ -6,7 +6,7 @@
<div class="col-12">
<div class="card mt-5">
<div class="card-header font-weight-bold text-muted bg-white py-4">
<a href="{{route('site.help')}}" class="text-muted">Help Center</a>
<a href="{{route('site.help')}}" class="text-muted">{{__('helpcenter.helpcenter')}}</a>
<span class="px-2 font-weight-light">&mdash;</span>
{{ $breadcrumb ?? ''}}
</div>