Update Help Center

pull/1040/head
Daniel Supernault 6 years ago
parent e6143b750d
commit d7ad4b36b0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

@ -6,7 +6,7 @@
<div class="col-12"> <div class="col-12">
<div class="card mt-5"> <div class="card mt-5">
<div class="card-header font-weight-bold text-muted bg-white py-4"> <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> <span class="px-2 font-weight-light">&mdash;</span>
{{ $breadcrumb ?? ''}} {{ $breadcrumb ?? ''}}
</div> </div>

Loading…
Cancel
Save