Skip to content

Commit a15fae7

Browse files
committed
fix typo
1 parent df3394d commit a15fae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/auth/passwords/reset.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<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>
2424

2525
@if ($errors->has('email'))
26-
<p class="text-red-500-500 text-xs italic mt-4">
26+
<p class="text-red-500 text-xs italic mt-4">
2727
{{ $errors->first('email') }}
2828
</p>
2929
@endif

0 commit comments

Comments
 (0)