diff --git a/src/front/Components/DesignSystem/CheckBox/classes.module.scss b/src/front/Components/DesignSystem/CheckBox/classes.module.scss index d595f2dc..c10b9aaa 100644 --- a/src/front/Components/DesignSystem/CheckBox/classes.module.scss +++ b/src/front/Components/DesignSystem/CheckBox/classes.module.scss @@ -18,7 +18,7 @@ } input[type="checkbox"]::before { - content: url("../../../assets/icons/check.svg"); + content: url("../../../Assets/icons/check.svg"); place-content: center; display: grid; width: 16px;