diff --git a/README.md b/README.md index 8823aeb..e8ff096 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ I just wanted a more convenient version of [DumbDo](https://dumbware.io/DumbDo) where I could have completed tasks grouped by the "done date". That way when I need to talk -in standup about what I did yesterday I can just look back at a list of bullet points. \ No newline at end of file +in standup about what I did yesterday I can just look back at a list of bullet points. + + \ No newline at end of file diff --git a/resources/views/livewire/tasks-container.blade.php b/resources/views/livewire/tasks-container.blade.php index 48144ad..5acec64 100644 --- a/resources/views/livewire/tasks-container.blade.php +++ b/resources/views/livewire/tasks-container.blade.php @@ -33,7 +33,7 @@ use Carbon\Carbon; @endphp @foreach ($completeGroups as $date => $tasks)