Skip to content

Commit

Permalink
style: 오타 사항 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 10, 2024
1 parent 26045a6 commit 213bf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/header/headerItems/LeftIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import Link from 'next/link';

import Inquire from '@/components/icons/Inquire';
// import Inquire from '@/components/icons/Inquire';
import BackArrow from '@components/icons/BackArrow';
// import Inquire from '@components/icons/Inquire';
import Logo from '@components/icons/Logo';
Expand Down Expand Up @@ -30,7 +30,7 @@ function LeftIcon({
href="https://docs.google.com/forms/d/e/1FAIpQLSd96McWLLj3bR-3OEEIx656x3I_9-u7ifjwViQKlveIRb5QiA/viewform"
target="_blank"
>
<Inquire />
{/* <Inquire /> */}
</Link>
</li>
</Flex>
Expand Down
7 changes: 0 additions & 7 deletions src/components/shared/home-search-bar/HomeSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ const HomeSearchBar = forwardRef<HTMLInputElement, SearchBarProps>(
} else {
console.error('Invalid file');
}
// const file = FileRef?.current?.files?.[0];
// if (file instanceof File) {
// const text = await NodeImg({ file });
// console.log(text);
// }

// console.log(typeof FileRef?.current?.files?.[0]);
} catch (error) {
console.error(error);
alert('이미지를 불러오는데 실패했습니다.');
Expand Down

0 comments on commit 213bf7a

Please sign in to comment.