diff --git a/src/pages/game/_components/GameOver.tsx b/src/pages/game/_components/GameOver.tsx index 30b620b..abd5114 100644 --- a/src/pages/game/_components/GameOver.tsx +++ b/src/pages/game/_components/GameOver.tsx @@ -183,7 +183,9 @@ export const GameOver = ({ prefix: "$", hideLoading: true, content: [ - `Post game result to ${network}?`, + `Post game result to ${ + network === "solana" ? "Solana" : "Arbitrum Sepolia" + }?`, <> {userSelect.current !== false && (