diff --git a/ui/src/app/components/start/Spawn.tsx b/ui/src/app/components/start/Spawn.tsx index 844e4cf2a..40d442d2a 100644 --- a/ui/src/app/components/start/Spawn.tsx +++ b/ui/src/app/components/start/Spawn.tsx @@ -12,6 +12,7 @@ import { soundSelector, useUiSounds } from "@/app/hooks/useUiSound"; import useUIStore from "@/app/hooks/useUIStore"; import { battle } from "@/app/lib/constants"; import { networkConfig } from "@/app/lib/networkConfig"; +import { formatLords } from "@/app/lib/utils"; import { Adventurer, FormData, GameToken } from "@/app/types"; import Image from "next/image"; import Lords from "public/icons/lords.svg"; @@ -216,7 +217,9 @@ export const Spawn = ({ ) : ( - 59 + + {formatLords(lordsGameCost)} + )}
59
+ {formatLords(lordsGameCost)} +