Merged PR 1060: 5/7本番リリースメンテナンス告知文の削除
5/7本番リリースのため、保守の告知文を除いた修正内容をビルドするための修正です。 メンテナンス告知文の削除を確認  本番リリース予定の修正を簡単にチェック 録音時間がソート順になっている事  リテラルが反映されている事(RoleとStatus) 
This commit is contained in:
parent
2ded5b8498
commit
f9393ed5d7
@ -109,23 +109,6 @@ const TopPage: React.FC = (): JSX.Element => {
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
{/*タスク 4674: メンテナンス告知実装_2025年5月7日保守リリース*/}
|
||||
<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 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user