]> git.xn--bdkaa.com Git - where-are-you.py.git/commitdiff
set title and update logo
authorEvgenii Akentev <i@ak3n.com>
Sat, 18 May 2019 21:10:29 +0000 (00:10 +0300)
committerEvgenii Akentev <i@ak3n.com>
Sat, 18 May 2019 21:10:29 +0000 (00:10 +0300)
public/index.html
src/Game.js
src/Welcome.js
src/img/cat.png [new file with mode: 0644]
src/img/sticker.webp [deleted file]

index dd1ccfd4cd30a29aaa08b295d99be29cdeb29cf9..edf490a236a8f0f39a9d1d6ae4fe5dd7a4b6c42d 100644 (file)
@@ -19,7 +19,7 @@
       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>
index 2e4a073f90eadc9c82740011a8ab7bbf7b702a8d..b12b8bddfb77f6ac3f2de301350c2b685623717f 100644 (file)
@@ -1,7 +1,7 @@
 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';
 
@@ -73,4 +73,4 @@ export class Game extends Component {
       </AppLayout>
     )
   }
-}
\ No newline at end of file
+}
index b9d19a6f4ac8ca01bbf0833a7558400a5f5034f1..bd51101b72a7a0ba260f74aded0d0b8fa74cfbac 100644 (file)
@@ -1,4 +1,4 @@
-import logo from './img/sticker.webp';
+import logo from './img/cat.png';
 import React from 'react';
 import { AppLayout } from './AppLayout';
 import { Link } from './Link';
@@ -17,4 +17,4 @@ export function Welcome() {
       </header>
     </AppLayout>
   )
-}
\ No newline at end of file
+}
diff --git a/src/img/cat.png b/src/img/cat.png
new file mode 100644 (file)
index 0000000..454d1ba
Binary files /dev/null and b/src/img/cat.png differ
diff --git a/src/img/sticker.webp b/src/img/sticker.webp
deleted file mode 100644 (file)
index fa06146..0000000
Binary files a/src/img/sticker.webp and /dev/null differ