メンテナンス告知を削除

This commit is contained in:
SAITO-PC-3\saito.k 2024-06-14 11:54:27 +09:00
parent 12fe7ac9bb
commit 11c0937214

View File

@ -109,23 +109,6 @@ const TopPage: React.FC = (): JSX.Element => {
</dd>
</dl>
</div>
{/*タスク 4148: メンテナンス通知画面実装 の対応 2024年5月15日*/}
<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 />