Merged PR 1008: Revert "2025/1/27 PH1エンハンス 本番リリース
Revert "2025/1/27 PH1エンハンス 本番リリース メンテナンス文言削除" Reverted commit `1137d826`. デプロイミスによる切り戻し。
This commit is contained in:
parent
1137d826ae
commit
019c818a19
@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => {
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user