diff --git a/src/pages/PageMaintenance.tsx b/src/pages/PageMaintenance.tsx index d182da3..c90b1c2 100644 --- a/src/pages/PageMaintenance.tsx +++ b/src/pages/PageMaintenance.tsx @@ -1,4 +1,5 @@ import { useState, useEffect, ReactNode } from "react"; +import InputLoadingBar from "../components/common/dialog/InputLoadingBar"; const PageMaintenance = ({ children }: { children: ReactNode }) => { const [isMaintenanceTime, setIsMaintenanceTime] = useState(false); @@ -42,16 +43,19 @@ const PageMaintenance = ({ children }: { children: ReactNode }) => { className="absolute right-0 bottom-0" src="/img/landing_sideBranch03.png" > -
+

서버 점검 중

- 현재 서버 점검 중입니다. 잠시 후 다시 시도해 주세요. + 현재 서버 점검 중입니다. 나중에 다시 시도해 주세요.

예상 완료 시간: 2024/08/02

+
+ +
);