Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #532 from true-runes/development
Browse files Browse the repository at this point in the history
v19.0.1
  • Loading branch information
nikukyugamer committed Jun 24, 2022
2 parents da53ab7 + 84275b4 commit 9232e41
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
12 changes: 12 additions & 0 deletions components/humberger-menu/GeneralInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ export const GeneralInformation = () => {
</div>

<div className="collapse-content">
<div>
<Link href="/check-your-vote" passHref>
<span className="link link-hover">投票チェック</span>
</Link>
</div>
<div className="my-4" />
<div>
<Link href="/unite-attacks-list" passHref>
<span className="link link-hover">「協力攻撃」一覧</span>
</Link>
</div>
<div className="my-4" />
<div>
<Link
href="/events-in-event/result-illustration-applications"
Expand Down
20 changes: 19 additions & 1 deletion pages/unite-attacks-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,25 @@ const UniteAttacksList: NextPage = () => {
height="47"
/>
) : (
<AttacksList apiResponse={apiResponse} />
<>
<div className="bg-white text-black text-xl text-center">
<div>
<span>
<Link href="/vote-to-unite-attacks" passHref>
<span className="px-1 link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900">
「協力攻撃部門」投票ページはこちら
</span>
</Link>
</span>
</div>
</div>

<div className="my-8" />
<div className="divider" />
<div className="my-8" />

<AttacksList apiResponse={apiResponse} />
</>
)}

<div className="divider" />
Expand Down

0 comments on commit 9232e41

Please sign in to comment.