Skip to content

Commit

Permalink
Merge pull request #92 from tempfiles-Team/86-신고-기능-삭제
Browse files Browse the repository at this point in the history
docs: 신고 버튼 삭제
  • Loading branch information
ananjaemin committed Nov 17, 2022
2 parents 2bac6fc + 5450c8d commit 785114d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@ export const DownloadPage: React.FC = () => {
bgColor="var(--color-button-secondary)"
label="파일삭제"
/>
<Button
click={() => {
toast.success('제작중!', {
autoClose: 1000,
position: toast.POSITION.BOTTOM_RIGHT,
});
}}
bgColor="var(--color-button-secondary)"
label="신고"
/>
</S.DownloadPageButtonSection>
</>
) : (
Expand Down

0 comments on commit 785114d

Please sign in to comment.