add suggested changes

- logo of nscm
 - dashboard title
 - favicon
 - company name
This commit is contained in:
prisar
2023-07-08 14:07:47 +05:30
parent cb697fdf14
commit 924a24d334
7 changed files with 84 additions and 11 deletions

View File

@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="HPOS Sickel Cell Test Dashboard"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@@ -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>React App</title>
<title>HPOS Sickel Cell Test Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB