diff --git a/ui/src/app/components/marketplace/MarketplaceTable.tsx b/ui/src/app/components/marketplace/MarketplaceTable.tsx index eff501959..2c034dc07 100644 --- a/ui/src/app/components/marketplace/MarketplaceTable.tsx +++ b/ui/src/app/components/marketplace/MarketplaceTable.tsx @@ -149,63 +149,65 @@ const MarketplaceTable = ({ -
- {(() => { - const item = sortedMarketLatestItems[showEquipQ ?? 0]; - return ( -
-

{`Equip ${item?.item} ?`}

- - - -
- ); - })()} -
+

{`Equip ${item?.item} ?`}

+ + + + + ); + })()} + + )} ); }; diff --git a/ui/src/app/components/start/Spawn.tsx b/ui/src/app/components/start/Spawn.tsx index 2f7ed272c..c600b365a 100644 --- a/ui/src/app/components/start/Spawn.tsx +++ b/ui/src/app/components/start/Spawn.tsx @@ -76,7 +76,7 @@ export const Spawn = ({ formData, spawn, handleBack }: SpawnProps) => { {!isWrongNetwork && ( -
+
{ )}
-
diff --git a/ui/src/app/page.tsx b/ui/src/app/page.tsx index 89cb9c32d..4750cc8f3 100644 --- a/ui/src/app/page.tsx +++ b/ui/src/app/page.tsx @@ -387,7 +387,7 @@ export default function Home() { )}
-