We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3394d commit a15fae7Copy full SHA for a15fae7
src/tailwindcss-stubs/resources/views/auth/passwords/reset.blade.php
@@ -23,7 +23,7 @@
23
<input id="email" type="email" class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline{{ $errors->has('email') ? ' border-red' : '' }}" name="email" value="{{ old('email') }}" required autofocus>
24
25
@if ($errors->has('email'))
26
- <p class="text-red-500-500 text-xs italic mt-4">
+ <p class="text-red-500 text-xs italic mt-4">
27
{{ $errors->first('email') }}
28
</p>
29
@endif
0 commit comments