Merged PR 1008: Revert "2025/1/27 PH1エンハンス 本番リリース

Revert "2025/1/27 PH1エンハンス 本番リリース
メンテナンス文言削除"

Reverted commit `1137d826`.

デプロイミスによる切り戻し。
This commit is contained in:
shimoda.m 2025-01-21 04:46:02 +00:00
parent 1137d826ae
commit 019c818a19

View File

@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => {
</dd>
</dl>
</div>
{/*タスク 4586: メンテナンス通知画面実装 の対応 2025年1月27日*/}
<div
style={{
margin: "3rem auto 0",
width: "500px",
}}
>
<h4
style={{ color: "red", fontWeight: "bold", fontSize: "1.5rem" }}
>
{t(getTranslationID("topPage.text.maintenanceNotificationTitle"))}
</h4>
<br />
<p style={{ wordWrap: "break-word" }}>
{t(getTranslationID("topPage.text.maintenanceNotification"))}
</p>
</div>
</section>
</main>
<Footer />