メンテナンス告知を削除
This commit is contained in:
parent
12fe7ac9bb
commit
11c0937214
@ -109,23 +109,6 @@ const TopPage: React.FC = (): JSX.Element => {
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user