forked from mirror/pixelfed
Update Help Center
This commit is contained in:
parent
e6143b750d
commit
d7ad4b36b0
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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">—</span>
|
||||
{{ $breadcrumb ?? ''}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue