This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #538 from true-runes/development
v19.1.0
- Loading branch information
Showing
5 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
components/vote-to-unite-attacks/InstructionForEnglishWithImages.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
import type { NextPage } from 'next' | ||
import Image from 'next/image' | ||
import useTranslation from 'next-translate/useTranslation' | ||
|
||
export const InstructionForEnglishWithImages: NextPage = () => { | ||
const { lang } = useTranslation('votes_to_unite_attacks') | ||
|
||
return ( | ||
<> | ||
{lang === 'en' && ( | ||
<> | ||
<div className="pb-0"> | ||
<h2 className="w-full text-2xl font-bold pb-8 text-center underline underline-offset-4"> | ||
How to vote | ||
</h2> | ||
</div> | ||
|
||
<h2 className="w-full text-2xl font-bold pb-8 text-center underline underline-offset-4"> | ||
①~② | ||
</h2> | ||
|
||
<Image | ||
src="/images/unite_attack_voting_en_01.png" | ||
alt="unite_attack_voting_en_01" | ||
width="750" | ||
height="1477" | ||
/> | ||
|
||
<div className="my-6" /> | ||
<div className="divider" /> | ||
<div className="my-6" /> | ||
|
||
<h2 className="w-full text-2xl font-bold pb-8 text-center underline underline-offset-4"> | ||
③~④ | ||
</h2> | ||
|
||
<Image | ||
src="/images/unite_attack_voting_en_02.png" | ||
alt="unite_attack_voting_en_02" | ||
width="750" | ||
height="1477" | ||
/> | ||
|
||
<div className="my-6" /> | ||
<div className="divider" /> | ||
<div className="my-6" /> | ||
|
||
<h2 className="w-full text-2xl font-bold pb-8 text-center underline underline-offset-4"> | ||
⑤ | ||
</h2> | ||
|
||
<Image | ||
src="/images/unite_attack_voting_en_03.png" | ||
alt="unite_attack_voting_en_03" | ||
width="750" | ||
height="1477" | ||
/> | ||
|
||
<div className="divider" /> | ||
<div className="my-6" /> | ||
</> | ||
)} | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.