Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sitcon-tw/camp2024 into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
HACO8888 committed Jun 6, 2024
2 parents 6fe7347 + 3ef024c commit 2334a83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pages/teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ function MemberCard({ name, sha256 }: { name: string; sha256: string }) {
whileInView={{ opacity: 1 }}
className="mt-2 text-center opacity-80"
>
{clickCount >= 7 ? (
{clickCount >= 8 ? (
<motion.span initial={{ opacity: 0 }} animate={{ opacity: 1 }}>
🥞{" "}
</motion.span>
) : (
""
)}
{name}
{clickCount >= 7 ? (
{clickCount >= 8 ? (
<motion.span initial={{ opacity: 0 }} animate={{ opacity: 1 }}>
{" "}
🥞
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/speakers-avatar/802612.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/speakers-avatar/bc729a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2334a83

Please sign in to comment.