Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
feat(bg): change bg
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Sep 9, 2024
1 parent b71cc18 commit eba8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/codes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<td>{{ $code["created_at"] }}</td>
<td>{{ $code["updated_at"] }}</td>
<td class="text-end">
<a href="/admin/codes/show/{{ $code["id"] }}" class="btn rounded-3">نمایش</a>
<a href="/admin/codes/show/{{ $code["id"] }}" class="btn btn-warning rounded-3">نمایش</a>
</td>
</tr>
@endforeach
Expand Down

0 comments on commit eba8d54

Please sign in to comment.