Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 338c655

Browse files
committed
🚀 Enable countdown for 2021
1 parent 1d158ec commit 338c655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎resources/js/scripts/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Setup {
118118

119119
initializeCountdown() {
120120
var $timer = $(".countdown>.row>.block>.timer");
121-
var then = "01/01/2020 00:00:00";
121+
var then = "01/01/2021 00:00:00";
122122

123123
if ($timer) {
124124
setInterval(() => {

‎resources/views/welcome.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<div class="col-12 col-lg-9 col-xl-10">
4141
@if ($all)
42-
@php $countTo = carbon('2020-01-01 00:00:00'); @endphp
42+
@php $countTo = carbon('2021-01-01 00:00:00'); @endphp
4343
@if (now()->lte($countTo))
4444
<div class="countdown w-100 mb-3">
4545
<div class="squares"></div>

0 commit comments

Comments
 (0)