Skip to content

Commit

Permalink
card
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Singh <[email protected]>
riteshsingh1 committed May 6, 2021

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent bb5d6e4 commit 595d33b
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "imritesh/livecrud",
"description": "Generate Basic Crud Operations With Livewire and Tailwind Css For Laravel",
"license": "MIT",
"version": "v2.1.6",
"version": "v2.1.7",
"authors": [
{
"name": "Ritesh Singh",
4 changes: 2 additions & 2 deletions src/stubs/bootstrap.view.php.stub
Original file line number Diff line number Diff line change
@@ -24,12 +24,12 @@
<button type="button"
class="btn btn-primary float-right"
wire:click="create">
Add New User
Add New Record
</button>
</div>
</div>
</div>
<div class="flex row">
<div class="flex row card">
<div class="card-body">
<table width="100%" class="table table-bordered">
<thead>

0 comments on commit 595d33b

Please sign in to comment.