Skip to content

Commit 3d5259c

Browse files
kaeltistravoltron
authored andcommitted
fix typo in login.blade.php
clacc -> class
1 parent 6921433 commit 3d5259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap4-stubs/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
1515
<label class="col-md-4 control-label">E-Mail Address</label>
1616

17-
<div clacc="col-md-12">
17+
<div class="col-md-12">
1818
<input type="email" class="form-control" name="email"
1919
value="{{ old('email') }}">
2020

0 commit comments

Comments
 (0)