Skip to content

Commit

Permalink
Merge pull request #122 from Laravel-Backpack/v6
Browse files Browse the repository at this point in the history
v6-compatible version
  • Loading branch information
tabacitu authored Jul 1, 2023
2 parents ca77acd + 9a9caad commit 1f7ba43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"backpack/crud": "^5.0",
"backpack/crud": "^6.0",
"spatie/laravel-backup": "^8.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/resources/views/backup.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@endphp

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

Expand Down

0 comments on commit 1f7ba43

Please sign in to comment.