Update image

This commit is contained in:
ivan-sim
2023-12-20 19:05:01 +07:00
parent 5702ea7a15
commit 89f879cfcc
3 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import SvgIconStyle from '@/components/SvgIconStyle';
// ----------------------------------------------------------------------
const getIcon = (name: string) => (
<SvgIconStyle src={`/icons/${name}.svg`} sx={{ width: 1, height: 1 }} />
<SvgIconStyle src={`/image/${name}.svg`} sx={{ width: 1, height: 1 }} />
);
const ICONS = {