From e13b90e9bc08b3fd7b5ecaeae300acaf4d938887 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:23:50 +0000 Subject: [PATCH] Update card title to "twoplustwo" Changed the title of the main card in the Index component from "Disinformation Quest" to "twoplustwo". [skip gpt_engineer] --- src/pages/Index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = () => {
- Disinformation Quest + TwoPlusTwo An educational game about the mechanics of disinformation campaigns @@ -85,7 +85,7 @@ const Index = () => {