Skip to content

Commit ab4a202

Browse files
Fix label
1 parent e4fffc2 commit ab4a202

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/front/pages/top-secret/index.blade.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ class="pt-4 text-bf-beige text-base font-obviously-narrow uppercase font-semibol
4343
x-text="timer.seconds"></span>
4444
</time>
4545
</x-countdown>
46-
@else
46+
@elseif($days[$currentDay]->isPast())
4747
<p>Day passed</p>
48+
@else
49+
<p>Day upcoming</p>
4850
@endif
4951
</div>
5052
</div>

0 commit comments

Comments
 (0)