Skip to content

Commit 47a1df5

Browse files
committed
use the same page-header as all other Backpack pages
1 parent 7d0175d commit 47a1df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/elfinder.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
@endphp
3333

3434
@section('header')
35-
<section class="container-fluid">
36-
<h2>{{ trans('backpack::crud.file_manager') }}</h2>
35+
<section class="container-fluid" bp-section="page-header">
36+
<h1 bp-section="page-heading">{{ trans('backpack::crud.file_manager') }}</h1>
3737
</section>
3838
@endsection
3939

0 commit comments

Comments
 (0)