From f80321a267888b54458c600ff309d792e9b5d847 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Sat, 7 Dec 2024 10:27:36 +0100 Subject: [PATCH] fix: wrong path for units silhouettes --- frontend/react/src/ui/components/olunitlistentry.tsx | 2 +- frontend/react/src/ui/panels/formationmenu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}`} > );