diff --git a/components/common/EventSummary.tsx b/components/common/EventSummary.tsx index 26c3382f..7eaeaba6 100644 --- a/components/common/EventSummary.tsx +++ b/components/common/EventSummary.tsx @@ -16,6 +16,11 @@ export const EventSummary: NextPage = () => {

{t('投票期間')}

+ +

+ 投票期間は終了しました。 +

+

{t('2022年6月24日(金)21:00 から')}

{lang === 'en' &&

to

} diff --git a/components/common/VoteDeadLineCard.tsx b/components/common/VoteDeadLineCard.tsx index 2bc61c48..f445b0ec 100644 --- a/components/common/VoteDeadLineCard.tsx +++ b/components/common/VoteDeadLineCard.tsx @@ -34,9 +34,13 @@ export const VoteDeadLineCard: NextPage = () => {
+

+ 投票期間は終了しました。 +

+
-

2022年6月24日(金)21:00 から

-

2022年6月26日(日)23:59 まで

+

2022年6月24日(金)21:00 から

+

2022年6月26日(日)23:59 まで

diff --git a/components/votes/Divisions.tsx b/components/votes/Divisions.tsx index e67f0675..07ae5950 100644 --- a/components/votes/Divisions.tsx +++ b/components/votes/Divisions.tsx @@ -150,7 +150,7 @@ export const Divisions: NextPage = () => { ②協力攻撃部門 - {isDuringVoteTerm && ( + {false && isDuringVoteTerm && ( <>
diff --git a/pages/unite-attacks-list.tsx b/pages/unite-attacks-list.tsx index 76c7f23e..2e353bf2 100644 --- a/pages/unite-attacks-list.tsx +++ b/pages/unite-attacks-list.tsx @@ -84,7 +84,7 @@ const UniteAttacksList: NextPage = () => { /> ) : ( <> -
+ {/*
@@ -98,7 +98,7 @@ const UniteAttacksList: NextPage = () => {
-
+
*/}