Change app name to 'Synapse Admin'

Change-Id: I21b77af997aa2faebc7a09a05daaa54cd751a187
This commit is contained in:
Manuel Stahl 2019-02-07 13:08:32 +01:00
parent 3749005995
commit f5567b6483
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Synapse Admin</title>
</head> </head>
<body> <body>
<noscript> <noscript>

View File

@ -1,6 +1,6 @@
{ {
"short_name": "React App", "short_name": "Synapse Admin",
"name": "Create React App Sample", "name": "Admin GUI for the synapse matrix backend",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",