Skip to content

Commit

Permalink
Hotfix: 찜 목록 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdnps10 committed May 4, 2024
1 parent f059fdd commit 51fb050
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/pages/Buyer/BuyerSavedCounselor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Space } from 'components/Common/Space';
import { useLayoutEffect, useRef, useState } from 'react';
import { useNavigate } from 'react-router-dom';
import { Grey1 } from 'styles/color';
import { Heading } from 'styles/font';
import { Body2, Heading } from 'styles/font';
import { WishlistDataType } from 'utils/type';
import { ReactComponent as Empty } from 'assets/icons/graphic-noting.svg';
import styled from 'styled-components';
Expand Down Expand Up @@ -190,7 +190,11 @@ export const BuyerSavedCounselor = () => {
<Divider2 tabState={tabState} setTabState={setTabState} />
<EmptyWrapper>
<EmptyIcon />
<Heading>아직 후기가 없어요.</Heading>
<Heading>아직 찜한 마인더가 없어요.</Heading>
<Space height="1.5rem" />
<Body2>
관심 있는 마인더를 찜하고 <br /> 더욱 편리하게 상담하세요.
</Body2>
</EmptyWrapper>
</>
);
Expand Down Expand Up @@ -236,7 +240,7 @@ export const BuyerSavedCounselor = () => {
<Divider2 tabState={tabState} setTabState={setTabState} />
<EmptyWrapper>
<EmptyIcon />
<Heading>아직 저장한 일대다상담이 없어요.</Heading>
<Heading>아직 저장한 공개상담이 없어요.</Heading>
</EmptyWrapper>
</>
);
Expand Down

0 comments on commit 51fb050

Please sign in to comment.