[DB] 로그인 페이지의 깨진 카카오 아이콘 SVG로 복원 #66
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📜 PR 내용 요약
리팩토링 과정에서
<img>태그로 변경되었던 카카오 로그인 아이콘이 정상적으로 표시되지 않는 문제를 해결했습니다.GitHub 로그인 버튼과 동일하게, 아이콘을 인라인
<svg>방식으로 다시 구현하여 안정적으로 렌더링되도록 수정하고 디자인 일관성을 확보했습니다.⚒️ 작업 및 변경 내용(상세하게)
login.html: 카카오 버튼의 아이콘을<img>에서<svg>로 변경