diff --git a/ui/src/app/components/start/Spawn.tsx b/ui/src/app/components/start/Spawn.tsx index ad58f74d6..b172bc27b 100644 --- a/ui/src/app/components/start/Spawn.tsx +++ b/ui/src/app/components/start/Spawn.tsx @@ -1,5 +1,12 @@ import { Button } from "@/app/components/buttons/Button"; -import { DownArrowIcon, PlusIcon } from "@/app/components/icons/Icons"; +import { + CoinIcon, + DownArrowIcon, + GiBruteIcon, + PlusIcon, + SkullIcon, + SpikedWallIcon, +} from "@/app/components/icons/Icons"; import { TxActivity } from "@/app/components/navigation/TxActivity"; import PaymentDetails from "@/app/components/start/PaymentDetails"; import SeasonDetails from "@/app/components/start/SeasonDetails"; @@ -14,6 +21,7 @@ import { networkConfig } from "@/app/lib/networkConfig"; import { formatLords } from "@/app/lib/utils"; import { Adventurer, FormData } from "@/app/types"; import Image from "next/image"; +import Logo from "public/icons/logo.svg"; import Lords from "public/icons/lords.svg"; import { useEffect, useMemo, useState } from "react"; import { TypeAnimation } from "react-type-animation"; @@ -306,10 +314,39 @@ export const Spawn = ({