From a1820c528cfa8a1970397a18d289d6ebb697806b Mon Sep 17 00:00:00 2001 From: yeonddori Date: Fri, 22 Nov 2024 03:54:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EA=B2=BD=EB=A1=9C=EC=97=90=20=EC=8A=AC?= =?UTF-8?q?=EB=9E=98=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #350 --- src/components/DocumentCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocumentCard/index.tsx b/src/components/DocumentCard/index.tsx index bdde8ae9..b2e6b6c0 100644 --- a/src/components/DocumentCard/index.tsx +++ b/src/components/DocumentCard/index.tsx @@ -23,7 +23,7 @@ const DocumentCard = ({ id, title, description, date, setReload, files, type }: return '/png/file.png'; } if (files.length > 1) { - return 'png/folder.png'; + return '/png/folder.png'; } } return '';