fix: update url for chevron in breadcrum bar

This commit is contained in:
RadoslavDimchev 2023-08-15 11:17:12 +03:00
parent d49a4b5b8a
commit 23767b549f

View File

@ -19,7 +19,7 @@
}
.breadcrumb-bar-li::after {
display: inline-block;
content: url("../assets/chevron.svg");
content: url("../../../assets/chevron.svg");
color: #09101C;
position: absolute;
top: 2px;