Skip to content

Commit

Permalink
Merge pull request #50 from kobaco-c-team/fix/#49/chip
Browse files Browse the repository at this point in the history
Fix/#49/wording
  • Loading branch information
chamny20 authored Mar 10, 2024
2 parents b8251a2 + 4af2c3c commit 9491a26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 2 additions & 6 deletions src/components/sns/NaverArchive.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import styled from 'styled-components';
import { Card } from '../common-components/Card/Card';
import { NaverItem, NaverItemProps } from './NaverItem';
import { CustomButton } from '../advertisement-archive/AdvertisementList';
import { Menu, MenuItem } from '@mui/material';
Expand Down Expand Up @@ -42,10 +41,7 @@ export const NaverArchive = () => {
}, []);

return (
<Card
title="인스타그램 콘텐츠 아카이브"
subTitle="* 2022년 11월 이후 수집한 인스타그램 콘텐츠 중 검색 키워드를 포함하는 콘텐츠입니다."
>
<>
<SortContainer>
<div className="sort-box">
<CustomButton
Expand Down Expand Up @@ -101,7 +97,7 @@ export const NaverArchive = () => {
);
})}
</ItemWrapper>
</Card>
</>
);
};

Expand Down
13 changes: 11 additions & 2 deletions src/pages/chart/SnsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ const SnsTab: React.FC<SnsTabProps> = () => {
title="인스타그램 연관 해시태그"
subTitle="검색한 키워드에 관련한 해시태그를 제공합니다."
>
<CardGraph title="연관 해시태그 키워드 TOP 5">
<CardGraph
title="연관 해시태그 키워드 TOP 5"
subTitle="를 가장 많이 태그했네요!"
additionalText="투피스"
>
<InstaChart />
</CardGraph>
</Card>
Expand Down Expand Up @@ -68,7 +72,12 @@ const SnsTab: React.FC<SnsTabProps> = () => {
<NaverBanner />
<StyledContainer>
<InnerContainer>
<NaverArchive />
<Card
title="네이버 콘텐츠 아카이브"
subTitle="검색한 키워드 기준 최근 30일 내 발행 된 네이버 최신 콘텐츠(블로그, 뉴스)를 제공합니다."
>
<NaverArchive />
</Card>
</InnerContainer>
</StyledContainer>
</div>
Expand Down

0 comments on commit 9491a26

Please sign in to comment.