소스 검색

disabled banner

New_Enhancement
Jason Chuang 2 주 전
부모
커밋
e3c434c9cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/authentication/AuthWrapper.js

+ 1
- 1
src/pages/authentication/AuthWrapper.js 파일 보기

@@ -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 = () => {


불러오는 중...
취소
저장