diff --git a/packages/nextjs/components/dicedemo/Congrats.tsx b/packages/nextjs/components/dicedemo/Congrats.tsx index 85b48cc..c01a970 100644 --- a/packages/nextjs/components/dicedemo/Congrats.tsx +++ b/packages/nextjs/components/dicedemo/Congrats.tsx @@ -42,7 +42,7 @@ const Congrats = ({
- Click to open your punk wallet +
diff --git a/packages/nextjs/pages/game/[id].tsx b/packages/nextjs/pages/game/[id].tsx index fd7057f..bd077b1 100644 --- a/packages/nextjs/pages/game/[id].tsx +++ b/packages/nextjs/pages/game/[id].tsx @@ -246,14 +246,14 @@ function GamePage() { if (game) { return (+ {Object.values(game?.hiddenPrivateKey)} +
+- {Object.values(game?.hiddenPrivateKey)} -
-- Oops, it appears that you are attempting to access a game that doesn't exist or to which access - has been lost. Please return to the homepage to join a new game. + Oops, it appears that you are attempting to access a game that doesn't exist or to which access has been + lost. Please return to the homepage to join a new game.