Skip to content

Commit

Permalink
Merge pull request #15 from abkrim/patch-1
Browse files Browse the repository at this point in the history
Update login.blade.php
  • Loading branch information
wychoong authored Dec 20, 2022
2 parents 107f859 + 6bc4a7a commit 2eacc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{__('filament-fortify::register.or')}}
<x-tables::link href="{{route('register')}}" >
{{ __('filament-fortify::register.login-link') }}
</x-table::link>
</x-tables::link>
</p>
@endif

Expand All @@ -21,7 +21,7 @@

@if ($resetPasswordEnabled)
<div class="text-center">
<x-tables::link href="{{route('password.request')}}" >{{__('filament-fortify::password-reset.buttons.request.label')}}</x-table::link>
<x-tables::link href="{{route('password.request')}}" >{{__('filament-fortify::password-reset.buttons.request.label')}}</x-tables::link>
</div>
@endif

Expand Down

0 comments on commit 2eacc64

Please sign in to comment.