We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedce90 commit 5e40ab7Copy full SHA for 5e40ab7
app/team/page.tsx
components/CountdownTimer.tsx
@@ -1,7 +1,7 @@
1
import React, { useEffect, useState } from 'react';
2
import { motion } from 'framer-motion';
3
4
-const NEXT_SHIPYARD_DATE = new Date('2024-12-05T13:40:00');
+const NEXT_SHIPYARD_DATE = new Date('2024-11-05T13:40:00');
5
6
const CountdownTimer: React.FC = () => {
7
const [timeLeft, setTimeLeft] = useState({
0 commit comments