diff --git a/apps/client/src/pages/jobPins/JobPins.tsx b/apps/client/src/pages/jobPins/JobPins.tsx index b6ff90be..326b7f9f 100644 --- a/apps/client/src/pages/jobPins/JobPins.tsx +++ b/apps/client/src/pages/jobPins/JobPins.tsx @@ -1,5 +1,38 @@ +import { Icon } from '@pinback/design-system/icons'; +import { Balloon } from '@shared/components/balloon/Balloon'; + const JobPins = () => { - return
관심 직무 핀 페이지
; + return ( +
+ {' '} + +
치삐가 방금
+ +
도토리 1개를 모았어요!
+
+ alert('닫힘')}> +
치삐가 방금
+ +
도토리 1개를 모았어요!
+
+ + +
도토리 1개를 모았어요!
+
+ +
+ {/* 캐릭터 이미지 */} + + + {/* 텍스트 영역 */} +
+
치삐가 방금
+
도토리 1개를 모았어요!
+
+
+
+
+ ); }; export default JobPins; diff --git a/apps/client/src/pages/login/Login.tsx b/apps/client/src/pages/login/Login.tsx index 128422ec..9ef438a0 100644 --- a/apps/client/src/pages/login/Login.tsx +++ b/apps/client/src/pages/login/Login.tsx @@ -35,6 +35,7 @@ const Login = () => {

+ )} + + + {/* 꼬리 */} +
+
+ ); +} diff --git a/apps/client/src/shared/components/tooltip/InfoCard.tsx b/apps/client/src/shared/components/tooltipCard/InfoCard.tsx similarity index 100% rename from apps/client/src/shared/components/tooltip/InfoCard.tsx rename to apps/client/src/shared/components/tooltipCard/InfoCard.tsx diff --git a/apps/client/src/shared/components/tooltip/Tooltip.tsx b/apps/client/src/shared/components/tooltipCard/TooltipCard.tsx similarity index 95% rename from apps/client/src/shared/components/tooltip/Tooltip.tsx rename to apps/client/src/shared/components/tooltipCard/TooltipCard.tsx index e8793667..d800809a 100644 --- a/apps/client/src/shared/components/tooltip/Tooltip.tsx +++ b/apps/client/src/shared/components/tooltipCard/TooltipCard.tsx @@ -1,7 +1,7 @@ import { Icon } from '@pinback/design-system/icons'; import InfoCard from './InfoCard'; -export default function Tooltip() { +export default function TooltipCard() { return (