Skip to content

Commit

Permalink
Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Geurts committed Jan 23, 2024
1 parent 9b70315 commit fbd8ce8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/build/assets/app-UvAlGzUb.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/app-a6RyDdCL.css

This file was deleted.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-a6RyDdCL.css",
"file": "assets/app-UvAlGzUb.css",
"isEntry": true,
"src": "resources/css/app.css"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/partner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>

<div class="min-w-100 md:max-w-max flex flex-col flex-grow gap-5 overflow-x-auto">
<livewire:people.edit.partner :couple="$couple" :person="$person" />
<livewire:people.edit.partner :person="$person" :couple="$couple" />
</div>
</div>
</div>
Expand Down

0 comments on commit fbd8ce8

Please sign in to comment.