삭제 아이콘을 ico_trash.svg로 변경

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-14 18:24:46 +09:00
parent e184a58664
commit ad13dca284

View File

@@ -173,7 +173,7 @@ export const HeaderNavigation = ({
<div className="header-right">
<button className="header-btn">
<img
src={ IMAGE_ROOT + '/ico_delete.svg' }
src={ IMAGE_ROOT + '/ico_trash.svg' }
alt="삭제"
onClick={ () => onRightClick() }
/>