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

Commit

Permalink
feat: 🎸 協力攻撃一覧ページに投票ページへのリンクを追加した (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Jun 24, 2022
1 parent 56ee617 commit 84275b4
Showing 1 changed file with 19 additions and 1 deletion.
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 84275b4

Please sign in to comment.