This commit is contained in:
focp212@naver.com
2025-11-03 14:25:40 +09:00
parent 99be1d46f7
commit 7b1814d333

View File

@@ -17,7 +17,7 @@ export const FullMenuClose = ({
<button className={ addClass }>
<img
src={ IMAGE_ROOT + '/ico_close.svg' }
alt={ t('filter.close') }
alt={ t('common.close') }
onClick={ onClickToCallback }
/>
</button>