Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Oct 24, 2023
1 parent d30a0ea commit 0c4362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/openings/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</h1>
</div>

@if (! $openings->isNotEmpty())
@if ($openings->isNotEmpty())
<x-section class="container mt-16">
<x-slot:title class="font-bold text-center text-2xl/tight md:text-3xl/tight">
@choice(':count job offer is available|:count job offers are available', $openings->count())
Expand Down

0 comments on commit 0c4362f

Please sign in to comment.