Skip to content

Commit

Permalink
feat: my collection view
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-r committed Dec 23, 2024
1 parent 1de016c commit 1167904
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/features/collection/components/detail-info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ const DetailInfo = ({ id }: Props) => {

{isMine && (
<div className="flex-1 bg-background-base-02 px-[16px] py-[24px]">
<div className="mb-5 mt-2">
<Text typography="title3">
<span className="text-text-accent">{collectionData.solvedMemberCount}</span>명이 이
컬렉션을 풀었어요
</Text>
<Text typography="text1-medium" color="sub" className="mt-2">
문제별 평균 정답률을 확인해보세요
</Text>
</div>

<div className="flex flex-col gap-[12px]">
{collectionData.quizzes.map((quiz) => (
<QuizCard
Expand Down

0 comments on commit 1167904

Please sign in to comment.