Skip to content

Commit

Permalink
Merge pull request #68 from jeffgreco13/1.x-dev
Browse files Browse the repository at this point in the history
Bump filament vers. Use filament::hr component
  • Loading branch information
jeffgreco13 authored May 16, 2022
2 parents ca89ecf + cc44edd commit 5feb9f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.0|^8.1",
"spatie/laravel-package-tools": "^1.9.2",
"filament/filament": "^2.10",
"filament/filament": "^2.12",
"illuminate/contracts": "^8.0|^9.0",
"bacon/bacon-qr-code": "^2.0",
"pragmarx/google2fa": "^7.0|^8.0"
Expand Down
8 changes: 4 additions & 4 deletions resources/views/filament/pages/my-profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

</x-filament-breezy::grid-section>

<hr />
<x-filament::hr />

<x-filament-breezy::grid-section>

Expand Down Expand Up @@ -57,7 +57,7 @@
</x-filament-breezy::grid-section>

@if(config('filament-breezy.enable_2fa'))
<hr />
<x-filament::hr />

<x-filament-breezy::grid-section class="mt-8">

Expand Down Expand Up @@ -139,7 +139,7 @@
@endif

@if(config('filament-breezy.enable_sanctum'))
<hr />
<x-filament::hr />

<x-filament-breezy::grid-section class="mt-8">

Expand Down Expand Up @@ -170,7 +170,7 @@
</x-filament::card>
</form>

<hr />
<x-filament::hr />

@livewire(\JeffGreco13\FilamentBreezy\Http\Livewire\BreezySanctumTokens::class)

Expand Down

0 comments on commit 5feb9f3

Please sign in to comment.