Skip to content

Commit

Permalink
fix: public 이미지 경로 이슈
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyounging committed Oct 19, 2024
1 parent f68c34f commit b0a1422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Input = forwardRef<HTMLInputElement, UseInputProps>((props, ref) => {
<If condition={!!success && !error && !!value}>
<div className="flex gap-8 mt-4 ml-8 items-center">
<Image
loader={({ src }) => `${src}`}
src="/images/blue-check.png"
alt="checked"
width={20}
Expand Down

0 comments on commit b0a1422

Please sign in to comment.