Skip to content

Commit

Permalink
feature support puzzle piece showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent550102 committed Feb 28, 2024
1 parent 95938f9 commit 625c930
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 21 deletions.
3 changes: 3 additions & 0 deletions src/components/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export function useDetail() {
return (
<Dialog open={open} setOpen={setOpen}>
<div className="flex flex-col gap-4 break-all p-6">
<h2 className="flex h-10 items-center justify-center rounded bg-[#B1884C] text-center text-2xl tabular-nums text-white">
{activity?.piece} 塊拼圖
</h2>
<h1 className="font-bold text-[#B1884C] text-2xl">
{activity?.name}
</h1>
Expand Down
Loading

0 comments on commit 625c930

Please sign in to comment.