Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Nov 22, 2024
1 parent e4fffc2 commit ab4a202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/front/pages/top-secret/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ class="pt-4 text-bf-beige text-base font-obviously-narrow uppercase font-semibol
x-text="timer.seconds"></span>
</time>
</x-countdown>
@else
@elseif($days[$currentDay]->isPast())
<p>Day passed</p>
@else
<p>Day upcoming</p>
@endif
</div>
</div>
Expand Down

0 comments on commit ab4a202

Please sign in to comment.