fix: asset path naming

This commit is contained in:
OxSaitama 2023-03-02 16:32:22 +01:00
parent 25f6c5fb31
commit 6ec76544e2

View File

@ -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;