Remove favicon and set frontend title to 'Reanimate Playground'.

This commit is contained in:
David 2019-02-27 16:16:51 +01:00
commit b1b3b8da5f

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
@ -22,7 +22,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>Reanimate Live Editor</title>
<title>Reanimate Playground</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>