Skip to content

Commit

Permalink
Merge pull request #660 from depromeet/fix/server-delopy
Browse files Browse the repository at this point in the history
fix: 점점 시간 변경
  • Loading branch information
char-yb authored May 16, 2024
2 parents 2f30f7b + 434fd31 commit df06bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image';
import { css } from '@/styled-system/css';

function ErrorPage() {
const targetDate = '2024-05-17T03:00:00.000Z';
const targetDate = '2024-05-21T03:00:00.000Z';

const now = new Date().getTime();
const target = new Date(targetDate).getTime();
Expand All @@ -25,7 +25,7 @@ function ErrorPage() {
양해 부탁드립니다.
<br />
<br />
점검 예정 시간 : ~ 2024년 5월 17일 3시
점검 예정 시간 : ~ 2024년 5월 21일 3시
</p>
</div>
</main>
Expand Down

0 comments on commit df06bb3

Please sign in to comment.