mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: wrong path for units silhouettes
This commit is contained in:
parent
2391977082
commit
f80321a267
@ -44,7 +44,7 @@ export function OlUnitListEntry(props: {
|
||||
invert
|
||||
`}>
|
||||
<img
|
||||
src={`public./images/units/${props.silhouette}`}
|
||||
src={`./images/units/${props.silhouette}`}
|
||||
className="my-auto max-h-full max-w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -349,7 +349,7 @@ export function FormationMenu(props: {
|
||||
translate-y-[-50%] rotate-90 cursor-move opacity-80
|
||||
invert
|
||||
`}
|
||||
src={`public./images/units/${unit?.getBlueprint()?.filename}`}
|
||||
src={`./images/units/${unit?.getBlueprint()?.filename}`}
|
||||
></img>
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user