|
|
|
@@ -23,7 +23,7 @@ const AuthWrapper = ({ children }) => { |
|
|
|
|
|
|
|
// --- Date control --- |
|
|
|
const today = new Date(); |
|
|
|
const showUntil = new Date("2025-12-08T00:00:00"); // 8 Dec 2025 and onwards = hide popup |
|
|
|
const showUntil = new Date("2025-11-27T00:00:00"); // 8 Dec 2025 and onwards = hide popup |
|
|
|
const [openPopup, setOpenPopup] = useState(today < showUntil); |
|
|
|
|
|
|
|
const handleClosePopup = () => { |
|
|
|
|