Skip to content

Commit

Permalink
fix: delete card (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungjin01 committed Mar 10, 2024
1 parent 9dc6577 commit 4af2c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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
5 changes: 1 addition & 4 deletions src/pages/chart/SnsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ const SnsTab: React.FC<SnsTabProps> = () => {
title="네이버 콘텐츠 아카이브"
subTitle="검색한 키워드 기준 최근 30일 내 발행 된 네이버 최신 콘텐츠(블로그, 뉴스)를 제공합니다."
>
<CardGraph title="연관 해시태그 키워드 TOP 5">
<InstaChart />
</CardGraph>
<NaverArchive />
</Card>
<NaverArchive />
</InnerContainer>
</StyledContainer>
</div>
Expand Down

0 comments on commit 4af2c3c

Please sign in to comment.