Skip to content

Commit b14461b

Browse files
authored
Merge pull request #357 from Podo-Store/chore/user-info-service-term
chore: 개인정보처리방침, 이용약관 수정
2 parents 0a2f7e6 + 806fe86 commit b14461b

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

src/assets/pdf/termsOfService.pdf

31.1 KB
Binary file not shown.

src/assets/pdf/userInfoPolicy.pdf

-1.89 MB
Binary file not shown.

src/assets/sample.pdf

-330 KB
Binary file not shown.

src/components/detail/preview/Preview.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import useWindowDimensions from "@/hooks/useWindowDimensions";
1212

1313
import { SERVER_URL } from "@/constants/ServerURL";
1414

15-
import samplePDF from "@/assets/sample.pdf";
1615
import previewGlass from "@/assets/image/glass.svg";
1716

1817
import "./Preview.css";
@@ -120,7 +119,7 @@ const Preview = ({ id, lengthType }) => {
120119
/>
121120
) : (
122121
<Document
123-
file={pdfData || samplePDF}
122+
file={pdfData}
124123
onLoadSuccess={onDocumentLoadSuccess}
125124
options={{ cMapUrl: "cmaps/", cMapPacked: true }}
126125
loading={<PartialLoading />}

0 commit comments

Comments
 (0)