Skip to content

Commit

Permalink
Fix : svg경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglocal committed Feb 23, 2024
1 parent 37303b9 commit 92f7933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/collection/[category]/_components/NoData.tsx
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/app/search/_components/NoData.tsx
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 92f7933

Please sign in to comment.