From 92f79337eb02d26331d1a62d04ed060a9ef4e94f Mon Sep 17 00:00:00 2001 From: kanglocal Date: Fri, 23 Feb 2024 16:27:23 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20svg=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/collection/[category]/_components/NoData.tsx | 2 +- src/app/search/_components/NoData.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/collection/[category]/_components/NoData.tsx b/src/app/collection/[category]/_components/NoData.tsx index 57b6c3a8..fc3dc05c 100644 --- a/src/app/collection/[category]/_components/NoData.tsx +++ b/src/app/collection/[category]/_components/NoData.tsx @@ -1,7 +1,7 @@ import { useRouter } from 'next/navigation'; import * as styles from '@/app/search/_components/NoData.css'; -import NoListImage from '/public/images/no-list.svg'; +import NoListImage from '/public/images/no_data_image.svg'; function NoData() { const router = useRouter(); diff --git a/src/app/search/_components/NoData.tsx b/src/app/search/_components/NoData.tsx index 190cbd3a..ff7c8925 100644 --- a/src/app/search/_components/NoData.tsx +++ b/src/app/search/_components/NoData.tsx @@ -1,7 +1,7 @@ import { useRouter } from 'next/navigation'; import * as styles from '@/app/search/_components/NoData.css'; -import NoListImage from '/public/images/no-list.svg'; +import NoListImage from '/public/images/no_data_image.svg'; function NoData() { const router = useRouter();