Skip to content

Commit 5e40ab7

Browse files
committed
fixing conflict
1 parent aedce90 commit 5e40ab7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

app/team/page.tsx

-10
This file was deleted.

components/CountdownTimer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect, useState } from 'react';
22
import { motion } from 'framer-motion';
33

4-
const NEXT_SHIPYARD_DATE = new Date('2024-12-05T13:40:00');
4+
const NEXT_SHIPYARD_DATE = new Date('2024-11-05T13:40:00');
55

66
const CountdownTimer: React.FC = () => {
77
const [timeLeft, setTimeLeft] = useState({

0 commit comments

Comments
 (0)