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

Commit

Permalink
Revert "feat: 🎸 「②コンビ部門」の詳細を記載した (#396)" (#414)
Browse files Browse the repository at this point in the history
* Revert "feat: 🎸 「②コンビ部門」の詳細を記載した (#396)"

This reverts commit aaa89e0.

* feat: 🎸 「投票例」から関連記述を削除

* feat: 🎸 「投票例」で用いていた画像ファイルを削除

* feat: 🎸 同時実装のハッシュタグリンク化は復活
  • Loading branch information
nikukyugamer authored Jun 12, 2022
1 parent 6cc7452 commit d3e7704
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 72 deletions.
54 changes: 8 additions & 46 deletions components/Departments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Departments: NextPage = () => {
</h1>

<div>
<div className="text-base text-left pb-0">
<div className="text-base text-left pb-4">
<ul className="list-disc pl-6 pr-2">
<li className="pb-2">
{locale === 'ja'
Expand All @@ -29,9 +29,7 @@ const Departments: NextPage = () => {
</ul>
</div>

<div className="pl-10 pr-10 divider" />

<div className="pb-0">
<div className="pb-4">
<h2 className="text-xl font-bold pb-4">
{locale === 'ja'
? '①オールキャラ部門'
Expand All @@ -43,7 +41,7 @@ const Departments: NextPage = () => {
: 'In this division, vote for your favorite characters.'}
</p>
<div className="pb-4">
<h3 className="text-lg font-bold pb-2">
<h3 className="text-lg font-bold">
{locale === 'ja' ? '投票数' : 'Number of votes'}
</h3>
{locale === 'ja' ? (
Expand Down Expand Up @@ -91,7 +89,7 @@ const Departments: NextPage = () => {
</div>
</div>
<div className="pb-4">
<h3 className="text-lg font-bold pb-2">
<h3 className="text-lg font-bold">
{locale === 'ja'
? '投票用ハッシュタグ'
: 'Hashtag to use for voting'}
Expand All @@ -109,50 +107,14 @@ const Departments: NextPage = () => {
</div>
</div>

<div className="pl-10 pr-10 divider" />

<h2 className="text-xl font-bold pb-4">
{locale === 'ja' ? '②コンビ部門' : '(2) Combination division'}
{locale === 'ja'
? '②???部門(近日発表!)'
: '(2) ??? division (Reveal soon!)'}
</h2>
<p className="text-base text-center pb-4">
{locale === 'ja'
? '好きなキャラのコンビ(2人組)に投票する部門です。'
: '好きなキャラのコンビ(2人組)に投票する部門です。'}
{locale === 'ja' ? '???' : '???'}
</p>

<div className="pb-4">
<h3 className="text-lg font-bold pb-2">
{locale === 'ja' ? '投票数' : 'Number of votes'}
</h3>
{locale === 'ja' ? (
<p className="text-lg pb-4">
お一人様 <span className="text-red-500">1票</span> まで
</p>
) : (
<p className="text-lg pb-4">
1 person has up to{' '}
<span className="text-red-500">1 votes</span>
</p>
)}
</div>
<div className="pb-4">
<h3 className="text-lg font-bold pb-2">
{locale === 'ja'
? '投票用ハッシュタグ'
: 'Hashtag to use for voting'}
</h3>
<p className="text-lg">
{' '}
<a
href="https://twitter.com/search?q=%23%E5%B9%BB%E6%B0%B4%E7%B7%8F%E9%81%B8%E6%8C%992022%E3%82%B3%E3%83%B3%E3%83%93%E9%83%A8%E9%96%80&src=typed_query&f=live"
target="_blank"
rel="noreferrer"
className="underline underline-offset-2 text-blue-500 hover:text-blue-900"
>
#幻水総選挙2022コンビ部門
</a>
</p>
</div>
</div>
</div>
</div>
Expand Down
27 changes: 1 addition & 26 deletions components/VoteExamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,13 @@ const VoteExamples: NextPage = () => {
/>
</div>

<div className="text-base text-center pb-6">
<h2 className="text-xl font-bold pb-4">コンビ部門 投票例①</h2>
<Image
src="/vote_example_combination_01.png"
alt="コンビ部門 投票例 01"
width={1182}
height={318}
/>
</div>

<div className="text-base text-center pb-6">
<h2 className="text-xl font-bold pb-4">コンビ部門 投票例②</h2>
<Image
src="/vote_example_combination_02.png"
alt="コンビ部門 投票例 02"
width={1180}
height={370}
/>
</div>

<div className="text-base text-left pb-0">
<div className="text-base text-left pb-4">
ハッシュタグの前には半角スペースまたは改行が必要です。
<br />
キャラやコンビがしっかりと判別できれば、書式は問いません。
キャラがしっかりと判別できれば、書式は問いません。
</div>
<ul className="list-disc pl-6 pr-2">
<li className="pb-2">
<span className="text-red-500">
オールキャラ部門とコンビ部門は、それぞれ別のツイートで投票してください。
</span>
</li>
<li className="pb-2">
愛称を使わずキャラクター名で投票してください。
<br />
Expand Down
Binary file removed public/vote_example_combination_01.png
Binary file not shown.
Binary file removed public/vote_example_combination_02.png
Binary file not shown.

0 comments on commit d3e7704

Please sign in to comment.