Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug/#54] SVG 파일 width값 조절 못하던 문제 해결 #55

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

ocahs9
Copy link
Collaborator

@ocahs9 ocahs9 commented Jan 15, 2025

🔥 Related Issues

✅ 작업 리스트

  • package.json 스크립트 수정
  • 이제 width, height값 주어 svg 컴포넌트 조절이 가능합니다~

🔧 작업 내용

위와 일치

📣 리뷰어에게 어떠신가요?

기존 svg 컴포넌트들 전부 수정해서, svg 컴포넌트를 사용하고 있는 부분에서 에러가 날 수도 있으니 다들 잘 확인 부탁드립니다!

📸 스크린샷 / GIF / Link

없음

@ocahs9 ocahs9 self-assigned this Jan 15, 2025
@ocahs9 ocahs9 merged commit f237bdf into develop Jan 15, 2025
2 checks passed
@@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"svgr": "npx @svgr/cli --out-dir src/asset/svg --ignore-existing --typescript -- public/svgs",
"svgr": "npx @svgr/cli --out-dir src/asset/svg --ignore-existing --typescript --no-dimensions -- public/svgs",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5) 신기방기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SVG 파일 width값 조절 못하던 문제 해결
2 participants