+
history.back()}
/>
-
- {/* profile summary */}
-
-
+
+
+
+
-
-
비비
-
여성 22세
-
- 관심분야: 뷰티, 패션
-
-
-
-
+
+
+
+
+
+
-
-
- {/* content */}
-
- {/* SNS */}
-
-
-
-
www.instagram.com/vivi
-
-
-
-
- {/* Matching */}
-
-
-
-
- 비비 님은
-
-
- OO한 크리에이터 입니다.
-
- OO한 브랜드와 잘 어울려요.
+
+
+ {openReMatchModal ? (
+
+ 기존 매칭 정보는 모두 삭제
+ 되며
+
+ 새로운 검사 결과가 저장됩니다.
+ >
+ }
+ primaryText="검사하기"
+ onClose={onCloseReMatch}
+ onPrimary={onConfirmReMatch}
+ showCloseIcon
+ closeOnDim
+ icon={
+
-
-
-
-
-
- {/* Traits */}
-
+ ) : null}
- {/* Campaigns */}
-
- ˅
-
- }
- >
-
- {campaigns.map((c, idx) => (
-
-
- {c.type}
- {c.title}
-
-
{c.date}
-
- ))}
-
- {/* pagination mock */}
-
-
-
-
-
-
-
-
-
-
+
);
-}
-
-function Section({
- title,
- right,
- children,
-}: {
- title: string;
- right?: React.ReactNode;
- children: React.ReactNode;
-}) {
- return (
-
- );
-}
-
-function TraitCard({
- badge,
- icon,
- lines,
-}: {
- badge: string;
- icon: string;
- lines: string[];
-}) {
- return (
-
-
- {badge}
-
-
-
- {icon}
-
-
-
- {lines.map((t, i) => (
-
{t}
- ))}
-
-
- );
}
\ No newline at end of file