From 6ec76544e2f0036c3529af9ad00dbf0f9e5bc903 Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Thu, 2 Mar 2023 16:32:22 +0100 Subject: [PATCH] fix: asset path naming --- src/front/Components/DesignSystem/CheckBox/classes.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;