Lowercase the name in the page title
The browser tab, and anything that takes its name from the document title, read INBUXA. The manifest, the server's app name and the sign-in card all have it lowercase; the title was the one place left in caps. Prod's APP_NAME override was set to inbuxa at the same time; the code default already was.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/img/favicon-64.png" />
|
||||
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<title>INBUXA</title>
|
||||
<title>inbuxa</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user