use env for app name

This commit is contained in:
David Lechner
2021-02-01 13:02:06 -06:00
parent 42869a7938
commit a8b3f5dcf7
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,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>Pybricks Code</title>
<title>%REACT_APP_NAME%</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>