Skip to content

Commit

Permalink
feat: bugggggg
Browse files Browse the repository at this point in the history
  • Loading branch information
HACO8888 committed Jul 17, 2024
1 parent a2be52e commit 44212ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/TimeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,11 @@ export default function TimeTable() {
</div>
<p className="mx-auto text-2xl font-bold text-center">{sessionMessage.type === "Home" && "每日簽到獎勵"}</p>
<p className="mx-auto text-base text-center text-gray-500">{sessionMessage.type === "Home" && "任務將會每日刷新,請每日追蹤任務刷新!"}</p>
<img src="/2024/daily/1a444b5ffc/qr.webp" alt="gift" className="mx-auto mt-4" />
<img src="/2024/daily/1a444b5ffc/qr.webp" alt="gift" className={"mx-auto mt-4 " + (sessionMessage.type !== "Home") && "hidden"} />

<p className="mx-auto text-2xl font-bold text-center mt-7">{sessionMessage.type === "Home" && "營期任務"}</p>
<p className="mx-auto text-base text-center text-gray-500">{sessionMessage.type === "Home" && "請在時間內找到以下四位人類,任務將會在所有小隊完成或時間到後刷新!"}</p>
<div className="flex h-auto p-5 mt-4 rounded-xl">
<div className={"flex h-auto p-5 mt-4 rounded-xl " + (sessionMessage.type !== "Home") && "hidden"}>
<div className="flex mx-auto space-x-8">
<div className="flex flex-col flex-1 w-24">
<img src="https://secure.gravatar.com/avatar/4b88b204ce2f3e5ed3a77a3e67f851edadcb6c3fe911a79fa8d3d9fa3759f95f?s=512&amp;d=https://sitcon.camp/2024/images/default_avatar.jpg" className="inline h-24 rounded-full cursor-grab active:cursor-grabbing" draggable="false" />
Expand Down

0 comments on commit 44212ce

Please sign in to comment.