diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index d1b6760..156b438 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -52,7 +52,7 @@ const Index = () => { const handleStartGame = () => { setGameStarted(true); toast({ - title: "Welcome to the Disinformation Campaign Simulator", + title: "Welcome to TwoPlusTwo", description: "Learn how misinformation spreads by making strategic choices.", }); }; @@ -71,7 +71,7 @@ const Index = () => {