Skip to content

Commit 1f7ba43

Browse files
authored
Merge pull request #122 from Laravel-Backpack/v6
v6-compatible version
2 parents ca77acd + 9a9caad commit 1f7ba43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"minimum-stability": "dev",
2424
"prefer-stable": true,
2525
"require": {
26-
"backpack/crud": "^5.0",
26+
"backpack/crud": "^6.0",
2727
"spatie/laravel-backup": "^8.0"
2828
},
2929
"require-dev": {

src/resources/views/backup.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
@endphp
99

1010
@section('header')
11-
<section class="container-fluid">
12-
<h2><span class="text-capitalize">{{ trans('backpack::backup.backups') }}</span></h2>
11+
<section class="container-fluid" bp-section="page-header">
12+
<h1 bp-section="page-heading" class="text-capitalize">{{ trans('backpack::backup.backups') }}</h1>
1313
</section>
1414
@endsection
1515

0 commit comments

Comments
 (0)