work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
- <title>React App</title>
+ <title>Where are you?</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
import React, { Component } from 'react';
import { AppLayout } from './AppLayout';
-import logo from './img/sticker.webp';
+import logo from './img/cat.png';
import { createMap } from './createMap';
import { GameController } from './GameController';
</AppLayout>
)
}
-}
\ No newline at end of file
+}
-import logo from './img/sticker.webp';
+import logo from './img/cat.png';
import React from 'react';
import { AppLayout } from './AppLayout';
import { Link } from './Link';
</header>
</AppLayout>
)
-}
\ No newline at end of file
+}