renamed app to utopia-game

This commit is contained in:
Anton 2023-07-23 00:27:52 +02:00
parent 373a7020e2
commit 1c41115948
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sample App</title> <meta
name="description"
content="Utopia is a cooperative real life manifestation game">
<title>Utopia Game</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -1,5 +1,5 @@
{ {
"name": "the-game", "name": "utopia-game",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",