Skip to content

Commit ec49948

Browse files
authored
swap style= with class=
1 parent 806f396 commit ec49948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/users.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a href="{{ url('') }}/panel/users/vip">Vip</a> -
2828
<a href="{{ url('') }}/panel/users/admin">Admin</a>
2929

30-
<div class="row"><div class="col-12"><div style="table-responsive">
30+
<div class="row"><div class="col-12"><div class="table-responsive">
3131
<table class="table table-bordered">
3232
<thead>
3333
<tr>

0 commit comments

Comments
 (0)