mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: changed images path to relative
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
.ol-target-icon {
|
||||
background-image: url("/images/markers/target.svg");
|
||||
background-image: url("./images/markers/target.svg");
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user