개선: 모바일 레이아웃 여백과 네비게이션 전환 보강

This commit is contained in:
2026-04-03 17:52:47 +09:00
parent 28c6dafa02
commit 5b15ec12fa
5 changed files with 158 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ async function request(path, { method = 'GET', body, headers } = {}) {
} else if (res.status >= 500) {
emitBackendStatus({
state: 'maintenance',
message: '서비스 내부 점검이 필요합니다. 잠시 후 다시 이용해주세요.',
message: '서비스 내부 점검중입니다. 잠시 후 다시 이용해주세요.',
path,
})
}