Skip to content

Commit

Permalink
Update new project schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Oct 23, 2024
1 parent ddc1704 commit 15b9bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout/partials/modal-match.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="text-center title-xl">{{ $caption ?? 'A good match' }}</h2>

<p class="mt-8 bg-green-lightest py-2 px-4 rounded text-sm">
We have room for new projects starting from <strong>{{ now()->addMonth()->format('F Y') }}</strong>.
We have room for new projects starting from <strong>{{ now()->addMonths(4)->format('F Y') }}</strong>.
</p>

<div class="mt-8 markup grid gap-8 | md:grid-cols " style="--cols: 1fr 1fr">
Expand Down

0 comments on commit 15b9bc1

Please sign in to comment.