static a tag convert to view component

This commit is contained in:
Burak Civan
2022-08-03 14:04:32 +03:00
parent 5cb11e3ea6
commit 0dfc8df574
46 changed files with 167 additions and 138 deletions

View File

@ -57,9 +57,9 @@
@stack('remember_input_end')
@stack('forgotten-password-start')
<a href="{{ route('forgot') }}" class="text-black-400 hover:text-black-700 text-sm">
<x-link href="{{ route('forgot') }}" class="text-black-400 hover:text-black-700 text-sm" override="class">
{{ trans('auth.forgot_password') }}
</a>
</x-link>
@stack('forgotten-password-end')
</div>