diff --git a/src/components/PebblePlacementGame.tsx b/src/components/PebblePlacementGame.tsx index ebb3fbc..b186e8c 100644 --- a/src/components/PebblePlacementGame.tsx +++ b/src/components/PebblePlacementGame.tsx @@ -206,15 +206,15 @@ const PebblePlacementGame: React.FC = ({ showSocialSha {gameStarted && pebblesInHand === 0 && (

All pebbles placed!

-

- Your furthest position: {furthestReached} +

+ Your furthest position: {furthestReached}

{hasAnyRemovablePebble() ? ( -

+

You can still rearrange your pebbles to try reaching further!

) : ( -

+

No more moves possible - great job!

)}