mirror of
https://github.com/DerTyp7/local-analyzer-angular.git
synced 2025-10-30 13:17:15 +01:00
add base href
This commit is contained in:
@@ -37,11 +37,11 @@ h5 {
|
||||
|
||||
.pta-circle-true {
|
||||
border-color: rgb(76, 231, 140);
|
||||
background-image: url("../../assets/images/tick.svg");
|
||||
background-image: url("/local-analyzer-angular/assets/images/tick.svg");
|
||||
}
|
||||
|
||||
.pta-circle-false {
|
||||
border-color: rgb(209, 39, 39);
|
||||
background-image: url("../../assets/images/cross.svg");
|
||||
background-image: url("/local-analyzer-angular/assets/images/cross.svg");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user