diff --git a/frontend/react/src/ui/components/olunitlistentry.tsx b/frontend/react/src/ui/components/olunitlistentry.tsx index dbe3aa51..d56e3440 100644 --- a/frontend/react/src/ui/components/olunitlistentry.tsx +++ b/frontend/react/src/ui/components/olunitlistentry.tsx @@ -44,7 +44,7 @@ export function OlUnitListEntry(props: { invert `}> diff --git a/frontend/react/src/ui/panels/formationmenu.tsx b/frontend/react/src/ui/panels/formationmenu.tsx index f9ee4ae8..b7cc9c90 100644 --- a/frontend/react/src/ui/panels/formationmenu.tsx +++ b/frontend/react/src/ui/panels/formationmenu.tsx @@ -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}`} > );